| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteArmResourceInner |
StaticSitesClient.updateStaticSite(String resourceGroupName,
String name,
StaticSitePatchResource staticSiteEnvelope)
Description for Creates a new static site in an existing resource group, or updates an existing static site.
|
Mono<StaticSiteArmResourceInner> |
StaticSitesClient.updateStaticSiteAsync(String resourceGroupName,
String name,
StaticSitePatchResource staticSiteEnvelope)
Description for Creates a new static site in an existing resource group, or updates an existing static site.
|
com.azure.core.http.rest.Response<StaticSiteArmResourceInner> |
StaticSitesClient.updateStaticSiteWithResponse(String resourceGroupName,
String name,
StaticSitePatchResource staticSiteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new static site in an existing resource group, or updates an existing static site.
|
Mono<com.azure.core.http.rest.Response<StaticSiteArmResourceInner>> |
StaticSitesClient.updateStaticSiteWithResponseAsync(String resourceGroupName,
String name,
StaticSitePatchResource staticSiteEnvelope)
Description for Creates a new static site in an existing resource group, or updates an existing static site.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSitePatchResource |
StaticSitePatchResource.withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)
Set the allowConfigFileUpdates property: <code>false</code> if config file is locked for this static
web app; otherwise, <code>true</code>.
|
StaticSitePatchResource |
StaticSitePatchResource.withBranch(String branch)
Set the branch property: The target branch in the repository.
|
StaticSitePatchResource |
StaticSitePatchResource.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
StaticSitePatchResource |
StaticSitePatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
StaticSitePatchResource |
StaticSitePatchResource.withRepositoryToken(String repositoryToken)
Set the repositoryToken property: A user's github repository token.
|
StaticSitePatchResource |
StaticSitePatchResource.withRepositoryUrl(String repositoryUrl)
Set the repositoryUrl property: URL for the repository of the static site.
|
StaticSitePatchResource |
StaticSitePatchResource.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)
Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
StaticSitePatchResource |
StaticSitePatchResource.withTemplateProperties(StaticSiteTemplateOptions templateProperties)
Set the templateProperties property: Template options for generating a new repository.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.