Compartir a través de


IStaticSitePatchResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSitePatchResourceTypeConverter))]
public interface IStaticSitePatchResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSitePatchResourceTypeConverter))>]
type IStaticSitePatchResource = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IStaticSitePatchResource
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Branch

The target branch in the repository.

BuildPropertyApiLocation

The path to the api code within the repository.

BuildPropertyAppArtifactLocation

The path of the app artifacts after building.

BuildPropertyAppLocation

The path to the app code within the repository.

CustomDomain

The custom domains associated with this static site.

DefaultHostname

The default autogenerated hostname for the static site.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
RepositoryToken

A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.

RepositoryUrl

URL for the repository of the static site.

Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to