StaticSitePatchResource Class
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.
ARM resource for a static site when patching
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSitePatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSitePatchResource = class
inherit ProxyOnlyResource
Public Class StaticSitePatchResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSitePatchResource() |
Initializes a new instance of the StaticSitePatchResource class. |
StaticSitePatchResource(String, String, String, String, String, String, String, IList<String>, String, StaticSiteBuildProperties, IList<ResponseMessageEnvelopeRemotePrivateEndpointConnection>, Nullable<StagingEnvironmentPolicy>, Nullable<Boolean>, StaticSiteTemplateOptions, String, String, IList<StaticSiteUserProvidedFunctionApp>, String, String) |
Initializes a new instance of the StaticSitePatchResource class. |
Properties
AllowConfigFileUpdates |
Gets or sets <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. |
Branch |
Gets or sets the target branch in the repository. |
BuildProperties |
Gets or sets build properties to configure on the repository. |
ContentDistributionEndpoint |
Gets the content distribution endpoint for the static site. |
CustomDomains |
Gets the custom domains associated with this static site. |
DefaultHostname |
Gets the default autogenerated hostname for the static site. |
EnterpriseGradeCdnStatus |
Gets or sets state indicating the status of the enterprise grade CDN serving traffic to the static web app. Possible values include: 'Enabled', 'Enabling', 'Disabled', 'Disabling' |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
KeyVaultReferenceIdentity |
Gets identity to use for Key Vault Reference authentication. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
PrivateEndpointConnections |
Gets private endpoint connections |
Provider |
Gets or sets the provider that submitted the last deployment to the primary environment of the static site. |
RepositoryToken |
Gets or sets a user's github repository token. This is used to setup the Github Actions workflow file and API secrets. |
RepositoryUrl |
Gets or sets URL for the repository of the static site. |
StagingEnvironmentPolicy |
Gets or sets state indicating whether staging environments are allowed or not allowed for a static web app. Possible values include: 'Enabled', 'Disabled' |
TemplateProperties |
Gets or sets template options for generating a new repository. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
UserProvidedFunctionApps |
Gets user provided function apps registered with the static site |
Applies to
Azure SDK for .NET