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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitePatchResourceTypeConverter))]
public class StaticSitePatchResource : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitePatchResource, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitePatchResourceTypeConverter))>]
type StaticSitePatchResource = class
interface IStaticSitePatchResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSitePatchResource
Implements IStaticSitePatchResource, IValidates
- Inheritance
-
StaticSitePatchResource
- Attributes
- Implements
Constructors
StaticSitePatchResource() |
Creates an new StaticSitePatchResource instance. |
Properties
AllowConfigFileUpdate |
|
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. |
ContentDistributionEndpoint |
The content distribution endpoint for the static site. |
CustomDomain |
The custom domains associated with this static site. |
DefaultHostname |
The default autogenerated hostname for the static site. |
Id |
Resource Id. |
KeyVaultReferenceIdentity |
Identity to use for Key Vault Reference authentication. |
Kind |
Kind of resource. |
Name |
Resource Name. |
PrivateEndpointConnection |
Private endpoint connections |
Provider |
The provider that submitted the last deployment to the primary environment of the static site. |
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. |
StagingEnvironmentPolicy |
State indicating whether staging environments are allowed or not allowed for a static web app. |
TemplatePropertyDescription |
Description of the newly generated repository. |
TemplatePropertyIsPrivate |
Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). |
TemplatePropertyOwner |
Owner of the newly generated repository. |
TemplatePropertyRepositoryName |
Name of the newly generated repository. |
TemplatePropertyTemplateRepositoryUrl |
URL of the template repository. The newly generated repository will be based on this one. |
Type |
Resource type. |
UserProvidedFunctionApp |
User provided function apps registered with the static site |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSitePatchResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSitePatchResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitePatchResource. |
FromJsonString(String) |
Creates a new instance of StaticSitePatchResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSitePatchResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |