Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePatchResourceInner
Packages that use SitePatchResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SitePatchResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SitePatchResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>, SiteInner> WebAppsClient.beginUpdate(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope) 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.beginUpdate(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope, com.azure.core.util.Context context) 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.beginUpdateAsync(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.update(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.update(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope, com.azure.core.util.Context context) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.updateAsync(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.updateSlot(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.updateSlotAsync(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope) 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) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.WebAppsClient.updateSlotWithResponseAsync(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope) 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.updateWithResponseAsync(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope) Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. -
Uses of SitePatchResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SitePatchResourceInnerModifier and TypeMethodDescriptionstatic SitePatchResourceInnerSitePatchResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SitePatchResourceInner from the JsonReader.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.withClientCertEnabled(Boolean clientCertEnabled) Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.SitePatchResourceInner.withClientCertExclusionPaths(String clientCertExclusionPaths) Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.SitePatchResourceInner.withClientCertMode(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourceInner.withCloningInfo(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourceInner.withContainerSize(Integer containerSize) Set the containerSize property: Size of the function container.SitePatchResourceInner.withCustomDomainVerificationId(String customDomainVerificationId) Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app.SitePatchResourceInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota) Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).SitePatchResourceInner.withDnsConfiguration(SiteDnsConfig dnsConfiguration) Set the dnsConfiguration property: Property to configure various DNS related settings for a site.SitePatchResourceInner.withEnabled(Boolean enabled) Set the enabled property: <code>true</code> if the app is enabled; otherwise, <code>false</code>.SitePatchResourceInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourceInner.withHostNamesDisabled(Boolean hostNamesDisabled) Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.SitePatchResourceInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourceInner.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.SitePatchResourceInner.withHyperV(Boolean hyperV) Set the hyperV property: Hyper-V sandbox.SitePatchResourceInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity.SitePatchResourceInner.withIsXenon(Boolean isXenon) Set the isXenon property: Obsolete: Hyper-V sandbox.SitePatchResourceInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity) Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.Set the kind property: Kind of resource.SitePatchResourceInner.withRedundancyMode(RedundancyMode redundancyMode) Set the redundancyMode property: Site redundancy mode.SitePatchResourceInner.withReserved(Boolean reserved) Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.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.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.withSiteConfig(SiteConfigInner siteConfig) Set the siteConfig property: Configuration of the app.SitePatchResourceInner.withStorageAccountRequired(Boolean storageAccountRequired) Set the storageAccountRequired property: Checks if Customer provided storage account is required.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.