Class ServiceDynamicSnippetContentv1Args
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Fastly
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class ServiceDynamicSnippetContentv1Args : ResourceArgs
Constructors
View SourceServiceDynamicSnippetContentv1Args()
Declaration
public ServiceDynamicSnippetContentv1Args()
Properties
View SourceContent
The VCL code that specifies exactly what the snippet does.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceId
The ID of the service that the dynamic snippet belongs to
Declaration
public Input<string> ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnippetId
The ID of the dynamic snippet that the content belong to
Declaration
public Input<string> SnippetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |