azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

398 строки
32 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite"
name: "StaticSite"
nameWithType: "StaticSite"
summary: "A static site."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **StaticSite**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.StaticSite()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.StaticSite()"
name: "StaticSite()"
nameWithType: "StaticSite.StaticSite()"
summary: "Creates an instance of Static<wbr>Site class."
syntax: "public StaticSite()"
desc: "Creates an instance of StaticSite class."
methods:
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.allowConfigFileUpdates()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.allowConfigFileUpdates()"
name: "allowConfigFileUpdates()"
nameWithType: "StaticSite.allowConfigFileUpdates()"
summary: "Get the allow<wbr>Config<wbr>File<wbr>Updates property: <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>."
syntax: "public Boolean allowConfigFileUpdates()"
desc: "Get the allowConfigFileUpdates property: <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>."
returns:
description: "the allowConfigFileUpdates value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.branch()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.branch()"
name: "branch()"
nameWithType: "StaticSite.branch()"
summary: "Get the branch property: The target branch in the repository."
syntax: "public String branch()"
desc: "Get the branch property: The target branch in the repository."
returns:
description: "the branch value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.buildProperties()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.buildProperties()"
name: "buildProperties()"
nameWithType: "StaticSite.buildProperties()"
summary: "Get the build<wbr>Properties property: Build properties to configure on the repository."
syntax: "public StaticSiteBuildProperties buildProperties()"
desc: "Get the buildProperties property: Build properties to configure on the repository."
returns:
description: "the buildProperties value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties?alt=com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties&text=StaticSiteBuildProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.contentDistributionEndpoint()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.contentDistributionEndpoint()"
name: "contentDistributionEndpoint()"
nameWithType: "StaticSite.contentDistributionEndpoint()"
summary: "Get the content<wbr>Distribution<wbr>Endpoint property: The content distribution endpoint for the static site."
syntax: "public String contentDistributionEndpoint()"
desc: "Get the contentDistributionEndpoint property: The content distribution endpoint for the static site."
returns:
description: "the contentDistributionEndpoint value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.customDomains()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.customDomains()"
name: "customDomains()"
nameWithType: "StaticSite.customDomains()"
summary: "Get the custom<wbr>Domains property: The custom domains associated with this static site."
syntax: "public List<String> customDomains()"
desc: "Get the customDomains property: The custom domains associated with this static site."
returns:
description: "the customDomains value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.databaseConnections()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.databaseConnections()"
name: "databaseConnections()"
nameWithType: "StaticSite.databaseConnections()"
summary: "Get the database<wbr>Connections property: Database connections for the static site."
syntax: "public List<DatabaseConnectionOverview> databaseConnections()"
desc: "Get the databaseConnections property: Database connections for the static site."
returns:
description: "the databaseConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview?alt=com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview&text=DatabaseConnectionOverview\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.defaultHostname()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.defaultHostname()"
name: "defaultHostname()"
nameWithType: "StaticSite.defaultHostname()"
summary: "Get the default<wbr>Hostname property: The default autogenerated hostname for the static site."
syntax: "public String defaultHostname()"
desc: "Get the defaultHostname property: The default autogenerated hostname for the static site."
returns:
description: "the defaultHostname value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.enterpriseGradeCdnStatus()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.enterpriseGradeCdnStatus()"
name: "enterpriseGradeCdnStatus()"
nameWithType: "StaticSite.enterpriseGradeCdnStatus()"
summary: "Get the enterprise<wbr>Grade<wbr>Cdn<wbr>Status property: State indicating the status of the enterprise grade CDN serving traffic to the static web app."
syntax: "public EnterpriseGradeCdnStatus enterpriseGradeCdnStatus()"
desc: "Get the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app."
returns:
description: "the enterpriseGradeCdnStatus value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus?alt=com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus&text=EnterpriseGradeCdnStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "StaticSite.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Static<wbr>Site from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static StaticSite fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the StaticSite."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of StaticSite from the JsonReader."
returns:
description: "An instance of StaticSite if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.keyVaultReferenceIdentity()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.keyVaultReferenceIdentity()"
name: "keyVaultReferenceIdentity()"
nameWithType: "StaticSite.keyVaultReferenceIdentity()"
summary: "Get the key<wbr>Vault<wbr>Reference<wbr>Identity property: Identity to use for Key Vault Reference authentication."
syntax: "public String keyVaultReferenceIdentity()"
desc: "Get the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication."
returns:
description: "the keyVaultReferenceIdentity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.linkedBackends()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.linkedBackends()"
name: "linkedBackends()"
nameWithType: "StaticSite.linkedBackends()"
summary: "Get the linked<wbr>Backends property: Backends linked to the static side."
syntax: "public List<StaticSiteLinkedBackend> linkedBackends()"
desc: "Get the linkedBackends property: Backends linked to the static side."
returns:
description: "the linkedBackends value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteLinkedBackend?alt=com.azure.resourcemanager.appservice.models.StaticSiteLinkedBackend&text=StaticSiteLinkedBackend\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "StaticSite.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: Private endpoint connections."
syntax: "public List<ResponseMessageEnvelopeRemotePrivateEndpointConnection> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: Private endpoint connections."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ResponseMessageEnvelopeRemotePrivateEndpointConnection?alt=com.azure.resourcemanager.appservice.models.ResponseMessageEnvelopeRemotePrivateEndpointConnection&text=ResponseMessageEnvelopeRemotePrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.provider()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.provider()"
name: "provider()"
nameWithType: "StaticSite.provider()"
summary: "Get the provider property: The provider that submitted the last deployment to the primary environment of the static site."
syntax: "public String provider()"
desc: "Get the provider property: The provider that submitted the last deployment to the primary environment of the static site."
returns:
description: "the provider value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "StaticSite.publicNetworkAccess()"
summary: "Get the public<wbr>Network<wbr>Access property: State indicating whether public traffic are allowed or not for a static web app."
syntax: "public String publicNetworkAccess()"
desc: "Get the publicNetworkAccess property: State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string."
returns:
description: "the publicNetworkAccess value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.repositoryToken()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.repositoryToken()"
name: "repositoryToken()"
nameWithType: "StaticSite.repositoryToken()"
summary: "Get the repository<wbr>Token property: A user's github repository token."
syntax: "public String repositoryToken()"
desc: "Get the repositoryToken property: A user's github repository token. This is used to setup the Github Actions workflow file and API secrets."
returns:
description: "the repositoryToken value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.repositoryUrl()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.repositoryUrl()"
name: "repositoryUrl()"
nameWithType: "StaticSite.repositoryUrl()"
summary: "Get the repository<wbr>Url property: URL for the repository of the static site."
syntax: "public String repositoryUrl()"
desc: "Get the repositoryUrl property: URL for the repository of the static site."
returns:
description: "the repositoryUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.stagingEnvironmentPolicy()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.stagingEnvironmentPolicy()"
name: "stagingEnvironmentPolicy()"
nameWithType: "StaticSite.stagingEnvironmentPolicy()"
summary: "Get the staging<wbr>Environment<wbr>Policy property: State indicating whether staging environments are allowed or not allowed for a static web app."
syntax: "public StagingEnvironmentPolicy stagingEnvironmentPolicy()"
desc: "Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app."
returns:
description: "the stagingEnvironmentPolicy value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy?alt=com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy&text=StagingEnvironmentPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.templateProperties()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.templateProperties()"
name: "templateProperties()"
nameWithType: "StaticSite.templateProperties()"
summary: "Get the template<wbr>Properties property: Template options for generating a new repository."
syntax: "public StaticSiteTemplateOptions templateProperties()"
desc: "Get the templateProperties property: Template options for generating a new repository."
returns:
description: "the templateProperties value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions?alt=com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions&text=StaticSiteTemplateOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "StaticSite.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.userProvidedFunctionApps()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.userProvidedFunctionApps()"
name: "userProvidedFunctionApps()"
nameWithType: "StaticSite.userProvidedFunctionApps()"
summary: "Get the user<wbr>Provided<wbr>Function<wbr>Apps property: User provided function apps registered with the static site."
syntax: "public List<StaticSiteUserProvidedFunctionApp> userProvidedFunctionApps()"
desc: "Get the userProvidedFunctionApps property: User provided function apps registered with the static site."
returns:
description: "the userProvidedFunctionApps value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteUserProvidedFunctionApp?alt=com.azure.resourcemanager.appservice.models.StaticSiteUserProvidedFunctionApp&text=StaticSiteUserProvidedFunctionApp\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.validate()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.validate()"
name: "validate()"
nameWithType: "StaticSite.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withAllowConfigFileUpdates(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)"
name: "withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)"
nameWithType: "StaticSite.withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)"
summary: "Set the allow<wbr>Config<wbr>File<wbr>Updates property: <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>."
parameters:
- description: "the allowConfigFileUpdates value to set."
name: "allowConfigFileUpdates"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public StaticSite withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)"
desc: "Set the allowConfigFileUpdates property: <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withBranch(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withBranch(String branch)"
name: "withBranch(String branch)"
nameWithType: "StaticSite.withBranch(String branch)"
summary: "Set the branch property: The target branch in the repository."
parameters:
- description: "the branch value to set."
name: "branch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticSite withBranch(String branch)"
desc: "Set the branch property: The target branch in the repository."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withBuildProperties(com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withBuildProperties(StaticSiteBuildProperties buildProperties)"
name: "withBuildProperties(StaticSiteBuildProperties buildProperties)"
nameWithType: "StaticSite.withBuildProperties(StaticSiteBuildProperties buildProperties)"
summary: "Set the build<wbr>Properties property: Build properties to configure on the repository."
parameters:
- description: "the buildProperties value to set."
name: "buildProperties"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties?alt=com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties&text=StaticSiteBuildProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StaticSite withBuildProperties(StaticSiteBuildProperties buildProperties)"
desc: "Set the buildProperties property: Build properties to configure on the repository."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withEnterpriseGradeCdnStatus(com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)"
name: "withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)"
nameWithType: "StaticSite.withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)"
summary: "Set the enterprise<wbr>Grade<wbr>Cdn<wbr>Status property: State indicating the status of the enterprise grade CDN serving traffic to the static web app."
parameters:
- description: "the enterpriseGradeCdnStatus value to set."
name: "enterpriseGradeCdnStatus"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus?alt=com.azure.resourcemanager.appservice.models.EnterpriseGradeCdnStatus&text=EnterpriseGradeCdnStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StaticSite withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)"
desc: "Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withProvider(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "StaticSite.withProvider(String provider)"
summary: "Set the provider property: The provider that submitted the last deployment to the primary environment of the static site."
parameters:
- description: "the provider value to set."
name: "provider"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticSite withProvider(String provider)"
desc: "Set the provider property: The provider that submitted the last deployment to the primary environment of the static site."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withPublicNetworkAccess(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withPublicNetworkAccess(String publicNetworkAccess)"
name: "withPublicNetworkAccess(String publicNetworkAccess)"
nameWithType: "StaticSite.withPublicNetworkAccess(String publicNetworkAccess)"
summary: "Set the public<wbr>Network<wbr>Access property: State indicating whether public traffic are allowed or not for a static web app."
parameters:
- description: "the publicNetworkAccess value to set."
name: "publicNetworkAccess"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticSite withPublicNetworkAccess(String publicNetworkAccess)"
desc: "Set the publicNetworkAccess property: State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withRepositoryToken(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withRepositoryToken(String repositoryToken)"
name: "withRepositoryToken(String repositoryToken)"
nameWithType: "StaticSite.withRepositoryToken(String repositoryToken)"
summary: "Set the repository<wbr>Token property: A user's github repository token."
parameters:
- description: "the repositoryToken value to set."
name: "repositoryToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticSite withRepositoryToken(String repositoryToken)"
desc: "Set the repositoryToken property: A user's github repository token. This is used to setup the Github Actions workflow file and API secrets."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withRepositoryUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withRepositoryUrl(String repositoryUrl)"
name: "withRepositoryUrl(String repositoryUrl)"
nameWithType: "StaticSite.withRepositoryUrl(String repositoryUrl)"
summary: "Set the repository<wbr>Url property: URL for the repository of the static site."
parameters:
- description: "the repositoryUrl value to set."
name: "repositoryUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StaticSite withRepositoryUrl(String repositoryUrl)"
desc: "Set the repositoryUrl property: URL for the repository of the static site."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withStagingEnvironmentPolicy(com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)"
name: "withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)"
nameWithType: "StaticSite.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)"
summary: "Set the staging<wbr>Environment<wbr>Policy property: State indicating whether staging environments are allowed or not allowed for a static web app."
parameters:
- description: "the stagingEnvironmentPolicy value to set."
name: "stagingEnvironmentPolicy"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy?alt=com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy&text=StagingEnvironmentPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StaticSite withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)"
desc: "Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withTemplateProperties(com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.StaticSite.withTemplateProperties(StaticSiteTemplateOptions templateProperties)"
name: "withTemplateProperties(StaticSiteTemplateOptions templateProperties)"
nameWithType: "StaticSite.withTemplateProperties(StaticSiteTemplateOptions templateProperties)"
summary: "Set the template<wbr>Properties property: Template options for generating a new repository."
parameters:
- description: "the templateProperties value to set."
name: "templateProperties"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions?alt=com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions&text=StaticSiteTemplateOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StaticSite withTemplateProperties(StaticSiteTemplateOptions templateProperties)"
desc: "Set the templateProperties property: Template options for generating a new repository."
returns:
description: "the StaticSite object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A static site."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.StaticSite?alt=com.azure.resourcemanager.appservice.fluent.models.StaticSite&text=StaticSite\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0