Show / Hide Table of Contents

Class ServiceDynamicSnippetContentv1Args

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceDynamicSnippetContentv1Args
Inherited Members
ResourceArgs.Empty
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 Source

ServiceDynamicSnippetContentv1Args()

Declaration
public ServiceDynamicSnippetContentv1Args()

Properties

View Source

Content

The VCL code that specifies exactly what the snippet does.

Declaration
public Input<string> Content { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.