StaticSitesWorkflowPreviewRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StaticSitesWorkflowPreviewRequest() |
Initializes a new instance of the StaticSitesWorkflowPreviewRequest class. |
StaticSitesWorkflowPreviewRequest(String, String, String, String, String, String, StaticSiteBuildProperties) |
Initializes a new instance of the StaticSitesWorkflowPreviewRequest class. |
StaticSitesWorkflowPreviewRequest()
Initializes a new instance of the StaticSitesWorkflowPreviewRequest class.
public StaticSitesWorkflowPreviewRequest ();
Public Sub New ()
Applies to
StaticSitesWorkflowPreviewRequest(String, String, String, String, String, String, StaticSiteBuildProperties)
Initializes a new instance of the StaticSitesWorkflowPreviewRequest class.
public StaticSitesWorkflowPreviewRequest (string id = default, string name = default, string kind = default, string type = default, string repositoryUrl = default, string branch = default, Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildProperties buildProperties = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreviewRequest : string * string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildProperties -> Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreviewRequest
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional repositoryUrl As String = Nothing, Optional branch As String = Nothing, Optional buildProperties As StaticSiteBuildProperties = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- repositoryUrl
- String
URL for the repository of the static site.
- branch
- String
The target branch in the repository.
- buildProperties
- StaticSiteBuildProperties
Build properties to configure on the repository.
Applies to
Azure SDK for .NET