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 Serialized Name: StaticSiteZipDeploymentARMResource.properties.appZipUrl

apiZipUri
Uri

URL for the zipped api content Serialized Name: StaticSiteZipDeploymentARMResource.properties.apiZipUrl

deploymentTitle
String

A title to label the deployment Serialized Name: StaticSiteZipDeploymentARMResource.properties.deploymentTitle

provider
String

The provider submitting this deployment Serialized Name: StaticSiteZipDeploymentARMResource.properties.provider

functionLanguage
String

The language of the api content, if it exists Serialized Name: StaticSiteZipDeploymentARMResource.properties.functionLanguage

kind
String

Kind of resource. Serialized Name: ProxyOnlyResource.kind

Returns

A new StaticSiteZipDeployment instance for mocking.

Applies to