StaticSitesWorkflowPreview Constructors

Definition

Overloads

StaticSitesWorkflowPreview()

Initializes a new instance of the StaticSitesWorkflowPreview class.

StaticSitesWorkflowPreview(String, String, String, String, String, String)

Initializes a new instance of the StaticSitesWorkflowPreview class.

StaticSitesWorkflowPreview()

Initializes a new instance of the StaticSitesWorkflowPreview class.

public StaticSitesWorkflowPreview ();
Public Sub New ()

Applies to

StaticSitesWorkflowPreview(String, String, String, String, String, String)

Initializes a new instance of the StaticSitesWorkflowPreview class.

public StaticSitesWorkflowPreview (string id = default, string name = default, string kind = default, string type = default, string path = default, string contents = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreview : string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreview
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional path As String = Nothing, Optional contents As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

path
String

The path for the workflow file to be generated

contents
String

The contents for the workflow file to be generated

Applies to