StaticSiteBuildARMResource 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
StaticSiteBuildARMResource() |
Initializes a new instance of the StaticSiteBuildARMResource class. |
StaticSiteBuildARMResource(String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<StaticSiteUserProvidedFunctionApp>) |
Initializes a new instance of the StaticSiteBuildARMResource class. |
StaticSiteBuildARMResource()
Initializes a new instance of the StaticSiteBuildARMResource class.
public StaticSiteBuildARMResource ();
Public Sub New ()
Applies to
StaticSiteBuildARMResource(String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<StaticSiteUserProvidedFunctionApp>)
Initializes a new instance of the StaticSiteBuildARMResource class.
public StaticSiteBuildARMResource (string id = default, string name = default, string kind = default, string type = default, string buildId = default, string sourceBranch = default, string pullRequestTitle = default, string hostname = default, DateTime? createdTimeUtc = default, DateTime? lastUpdatedOn = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp> userProvidedFunctionApps = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildARMResource : string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp> -> Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildARMResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional buildId As String = Nothing, Optional sourceBranch As String = Nothing, Optional pullRequestTitle As String = Nothing, Optional hostname As String = Nothing, Optional createdTimeUtc As Nullable(Of DateTime) = Nothing, Optional lastUpdatedOn As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional userProvidedFunctionApps As IList(Of StaticSiteUserProvidedFunctionApp) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- buildId
- String
An identifier for the static site build.
- sourceBranch
- String
The source branch.
- pullRequestTitle
- String
The title of a pull request that a static site build is related to.
- hostname
- String
The hostname for a static site build.
- status
- String
The status of the static site build. Possible values include: 'WaitingForDeployment', 'Uploading', 'Deploying', 'Ready', 'Failed', 'Deleting', 'Detached'
- userProvidedFunctionApps
- IList<StaticSiteUserProvidedFunctionApp>
User provided function apps registered with the static site build
Applies to
Azure SDK for .NET