Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner
Packages that use SitePatchResourcePropertiesInner
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SitePatchResourcePropertiesInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SitePatchResourcePropertiesInnerModifier and TypeMethodDescriptionSitePatchResourcePropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SitePatchResourcePropertiesInner from the JsonReader.SitePatchResourcePropertiesInner.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.SitePatchResourcePropertiesInner.withClientCertEnabled(Boolean clientCertEnabled) Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.SitePatchResourcePropertiesInner.withClientCertExclusionPaths(String clientCertExclusionPaths) Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.SitePatchResourcePropertiesInner.withClientCertMode(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourcePropertiesInner.withCloningInfo(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePatchResourcePropertiesInner.withContainerSize(Integer containerSize) Set the containerSize property: Size of the function container.SitePatchResourcePropertiesInner.withCustomDomainVerificationId(String customDomainVerificationId) Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app.SitePatchResourcePropertiesInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota) Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).SitePatchResourcePropertiesInner.withDnsConfiguration(SiteDnsConfig dnsConfiguration) Set the dnsConfiguration property: Property to configure various DNS related settings for a site.SitePatchResourcePropertiesInner.withEnabled(Boolean enabled) Set the enabled property: <code>true</code> if the app is enabled; otherwise, <code>false</code>.SitePatchResourcePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourcePropertiesInner.withHostNamesDisabled(Boolean hostNamesDisabled) Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.SitePatchResourcePropertiesInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourcePropertiesInner.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.SitePatchResourcePropertiesInner.withHyperV(Boolean hyperV) Set the hyperV property: Hyper-V sandbox.SitePatchResourcePropertiesInner.withIsXenon(Boolean isXenon) Set the isXenon property: Obsolete: Hyper-V sandbox.SitePatchResourcePropertiesInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity) Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.SitePatchResourcePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode) Set the redundancyMode property: Site redundancy mode.SitePatchResourcePropertiesInner.withReserved(Boolean reserved) Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.SitePatchResourcePropertiesInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped) Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>.SitePatchResourcePropertiesInner.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}".SitePatchResourcePropertiesInner.withSiteConfig(SiteConfigInner siteConfig) Set the siteConfig property: Configuration of the app.SitePatchResourcePropertiesInner.withStorageAccountRequired(Boolean storageAccountRequired) Set the storageAccountRequired property: Checks if Customer provided storage account is required.SitePatchResourcePropertiesInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId) Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.