IStaticSiteArmResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteArmResourceTypeConverter))]
public interface IStaticSiteArmResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteArmResourceTypeConverter))>]
type IStaticSiteArmResource = interface
interface IJsonSerializable
interface IResource
Public Interface IStaticSiteArmResource
Implements IResource
- Derived
- Attributes
- Implements
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. |
Capacity |
Current number of instances assigned to the resource. |
ContentDistributionEndpoint |
The content distribution endpoint for the static site. |
CustomDomain |
The custom domains associated with this static site. |
DatabaseConnection |
Database connections for the static site |
DefaultHostname |
The default autogenerated hostname for the static site. |
EnterpriseGradeCdnStatus |
State indicating the status of the enterprise grade CDN serving traffic to the static web app. |
Id |
Resource Id. (Inherited from IResource) |
IdentityPrincipalId |
Principal Id of managed service identity. |
IdentityTenantId |
Tenant of managed service identity. |
IdentityType |
Type of managed service identity. |
IdentityUserAssignedIdentity |
The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} |
KeyVaultReferenceIdentity |
Identity to use for Key Vault Reference authentication. |
Kind |
Kind of resource. (Inherited from IResource) |
LinkedBackend |
Backends linked to the static side |
Location |
Resource Location. (Inherited from IResource) |
Name |
Resource Name. (Inherited from IResource) |
PrivateEndpointConnection |
Private endpoint connections |
Provider |
The provider that submitted the last deployment to the primary environment of the static site. |
PublicNetworkAccess |
State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string. |
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. |
SkuCapability |
Capabilities of the SKU, e.g., is traffic manager enabled? |
SkuCapacityDefault |
Default number of workers for this App Service plan SKU. |
SkuCapacityElasticMaximum |
Maximum number of Elastic workers for this App Service plan SKU. |
SkuCapacityMaximum |
Maximum number of workers for this App Service plan SKU. |
SkuCapacityMinimum |
Minimum number of workers for this App Service plan SKU. |
SkuCapacityScaleType |
Available scale configurations for an App Service plan. |
SkuFamily |
Family code of the resource SKU. |
SkuLocation |
Locations of the SKU. |
SkuName |
Name of the resource SKU. |
SkuSize |
Size specifier of the resource SKU. |
SkuTier |
Service tier of the resource SKU. |
StagingEnvironmentPolicy |
State indicating whether staging environments are allowed or not allowed for a static web app. |
Tag |
Resource tags. (Inherited from IResource) |
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. (Inherited from IResource) |
UserProvidedFunctionApp |
User provided function apps registered with the static site |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |