Sdílet prostřednictvím


ArmAppServiceModelFactory.StaticSiteZipDeployment Method

Definition

Initializes a new instance of StaticSiteZipDeployment.

public static Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment StaticSiteZipDeployment (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri appZipUri = default, Uri apiZipUri = default, string deploymentTitle = default, string provider = default, string functionLanguage = default, string kind = default);
static member StaticSiteZipDeployment : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * Uri * string * string * string * string -> Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment
Public Shared Function StaticSiteZipDeployment (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional appZipUri As Uri = Nothing, Optional apiZipUri As Uri = Nothing, Optional deploymentTitle As String = Nothing, Optional provider As String = Nothing, Optional functionLanguage As String = Nothing, Optional kind As String = Nothing) As StaticSiteZipDeployment

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

appZipUri
Uri

URL for the zipped app content.

apiZipUri
Uri

URL for the zipped api content.

deploymentTitle
String

A title to label the deployment.

provider
String

The provider submitting this deployment.

functionLanguage
String

The language of the api content, if it exists.

kind
String

Kind of resource.

Returns

A new StaticSiteZipDeployment instance for mocking.

Applies to