| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteInner |
WebAppsClient.update(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<SiteInner> |
WebAppsClient.updateAsync(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.updateSlot(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<SiteInner> |
WebAppsClient.updateSlotAsync(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.http.rest.Response<SiteInner> |
WebAppsClient.updateSlotWithResponse(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
WebAppsClient.updateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.http.rest.Response<SiteInner> |
WebAppsClient.updateWithResponse(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
WebAppsClient.updateWithResponseAsync(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
| Modifier and Type | Method and Description |
|---|---|
SitePatchResourceInner |
SitePatchResourceInner.withClientAffinityEnabled(Boolean clientAffinityEnabled)
Set the clientAffinityEnabled property: <code>true</code> to enable client affinity;
<code>false</code> to stop sending session affinity cookies, which route client requests in the same
session to the same instance.
|
SitePatchResourceInner |
SitePatchResourceInner.withClientCertEnabled(Boolean clientCertEnabled)
Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication
(TLS mutual authentication); otherwise, <code>false</code>.
|
SitePatchResourceInner |
SitePatchResourceInner.withClientCertExclusionPaths(String clientCertExclusionPaths)
Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.
|
SitePatchResourceInner |
SitePatchResourceInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SitePatchResourceInner |
SitePatchResourceInner.withCloningInfo(CloningInfo cloningInfo)
Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
SitePatchResourceInner |
SitePatchResourceInner.withContainerSize(Integer containerSize)
Set the containerSize property: Size of the function container.
|
SitePatchResourceInner |
SitePatchResourceInner.withCustomDomainVerificationId(String customDomainVerificationId)
Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the
app.
|
SitePatchResourceInner |
SitePatchResourceInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)
Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).
|
SitePatchResourceInner |
SitePatchResourceInner.withEnabled(Boolean enabled)
Set the enabled property: <code>true</code> if the app is enabled; otherwise,
<code>false</code>.
|
SitePatchResourceInner |
SitePatchResourceInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set the hostingEnvironmentProfile property: App Service Environment to use for the app.
|
SitePatchResourceInner |
SitePatchResourceInner.withHostNamesDisabled(Boolean hostNamesDisabled)
Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app;
otherwise, <code>false</code>.
|
SitePatchResourceInner |
SitePatchResourceInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates)
Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
SitePatchResourceInner |
SitePatchResourceInner.withHttpsOnly(Boolean httpsOnly)
Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.
|
SitePatchResourceInner |
SitePatchResourceInner.withHyperV(Boolean hyperV)
Set the hyperV property: Hyper-V sandbox.
|
SitePatchResourceInner |
SitePatchResourceInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity.
|
SitePatchResourceInner |
SitePatchResourceInner.withIsXenon(Boolean isXenon)
Set the isXenon property: Obsolete: Hyper-V sandbox.
|
SitePatchResourceInner |
SitePatchResourceInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)
Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.
|
SitePatchResourceInner |
SitePatchResourceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
SitePatchResourceInner |
SitePatchResourceInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
SitePatchResourceInner |
SitePatchResourceInner.withReserved(Boolean reserved)
Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.
|
SitePatchResourceInner |
SitePatchResourceInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)
Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is
stopped; otherwise, <code>false</code>.
|
SitePatchResourceInner |
SitePatchResourceInner.withServerFarmId(String serverFarmId)
Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as:
"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms"
+ "/{appServicePlanName}".
|
SitePatchResourceInner |
SitePatchResourceInner.withSiteConfig(SiteConfigInner siteConfig)
Set the siteConfig property: Configuration of the app.
|
SitePatchResourceInner |
SitePatchResourceInner.withStorageAccountRequired(Boolean storageAccountRequired)
Set the storageAccountRequired property: Checks if Customer provided storage account is required.
|
SitePatchResourceInner |
SitePatchResourceInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId)
Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined
by Regional VNET Integration.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.