| 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.createOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdate(String resourceGroupName,
String name,
SiteInner 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.
|
SiteInner |
WebAppsClient.createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner 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.
|
SiteInner |
WebAppsClient.getByResourceGroup(String resourceGroupName,
String name)
Description for Gets the details of a web, mobile, or API app.
|
SiteInner |
WebAppsClient.getSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the details of a web, mobile, or API app.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdate(String resourceGroupName,
String name,
SiteInner 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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner 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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
WebAppsClient.beginCreateOrUpdateSlotAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdate(String resourceGroupName,
String name,
SiteInner 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<SiteInner> |
WebAppsClient.createOrUpdateAsync(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
WebAppsClient.createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner 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<SiteInner> |
WebAppsClient.createOrUpdateSlotAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
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<Flux<ByteBuffer>>> |
WebAppsClient.createOrUpdateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
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<Flux<ByteBuffer>>> |
WebAppsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
SiteInner 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 |
|---|---|
SiteInner |
SiteInner.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.
|
SiteInner |
SiteInner.withClientCertEnabled(Boolean clientCertEnabled)
Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication
(TLS mutual authentication); otherwise, <code>false</code>.
|
SiteInner |
SiteInner.withClientCertExclusionPaths(String clientCertExclusionPaths)
Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.
|
SiteInner |
SiteInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SiteInner |
SiteInner.withCloningInfo(CloningInfo cloningInfo)
Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
SiteInner |
SiteInner.withContainerSize(Integer containerSize)
Set the containerSize property: Size of the function container.
|
SiteInner |
SiteInner.withCustomDomainVerificationId(String customDomainVerificationId)
Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the
app.
|
SiteInner |
SiteInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)
Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).
|
SiteInner |
SiteInner.withEnabled(Boolean enabled)
Set the enabled property: <code>true</code> if the app is enabled; otherwise,
<code>false</code>.
|
SiteInner |
SiteInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Extended Location.
|
SiteInner |
SiteInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set the hostingEnvironmentProfile property: App Service Environment to use for the app.
|
SiteInner |
SiteInner.withHostNamesDisabled(Boolean hostNamesDisabled)
Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app;
otherwise, <code>false</code>.
|
SiteInner |
SiteInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates)
Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
SiteInner |
SiteInner.withHttpsOnly(Boolean httpsOnly)
Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.
|
SiteInner |
SiteInner.withHyperV(Boolean hyperV)
Set the hyperV property: Hyper-V sandbox.
|
SiteInner |
SiteInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity.
|
SiteInner |
SiteInner.withIsXenon(Boolean isXenon)
Set the isXenon property: Obsolete: Hyper-V sandbox.
|
SiteInner |
SiteInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)
Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.
|
SiteInner |
SiteInner.withKind(String kind)
Set the kind property: Kind of resource.
|
SiteInner |
SiteInner.withLocation(String location) |
SiteInner |
SiteInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
SiteInner |
SiteInner.withReserved(Boolean reserved)
Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.
|
SiteInner |
SiteInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)
Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is
stopped; otherwise, <code>false</code>.
|
SiteInner |
SiteInner.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}".
|
SiteInner |
SiteInner.withSiteConfig(SiteConfigInner siteConfig)
Set the siteConfig property: Configuration of the app.
|
SiteInner |
SiteInner.withStorageAccountRequired(Boolean storageAccountRequired)
Set the storageAccountRequired property: Checks if Customer provided storage account is required.
|
SiteInner |
SiteInner.withTags(Map<String,String> tags) |
SiteInner |
SiteInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId)
Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined
by Regional VNET Integration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.