你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStaticSitesWorkflowPreviewRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestTypeConverter))]
public interface IStaticSitesWorkflowPreviewRequest : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestTypeConverter))>]
type IStaticSitesWorkflowPreviewRequest = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IStaticSitesWorkflowPreviewRequest
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Branch

The target branch in the repository.

BuildPropertyApiBuildCommand

A custom command to run during deployment of the Azure Functions API application.

BuildPropertyApiLocation

The path to the api code within the repository.

BuildPropertyAppArtifactLocation

Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)

BuildPropertyAppBuildCommand

A custom command to run during deployment of the static content application.

BuildPropertyAppLocation

The path to the app code within the repository.

BuildPropertyGithubActionSecretNameOverride

Github Action secret name override.

BuildPropertyOutputLocation

The output path of the app after building.

BuildPropertySkipGithubActionWorkflowGeneration

Skip Github Action workflow generation.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
RepositoryUrl

URL for the repository of the static site.

Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to