### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner" name: "SitePatchResourcePropertiesInner" nameWithType: "SitePatchResourcePropertiesInner" summary: "SitePatchResource resource specific properties." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SitePatchResourcePropertiesInner**
implements <>" constructors: - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.SitePatchResourcePropertiesInner()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.SitePatchResourcePropertiesInner()" name: "SitePatchResourcePropertiesInner()" nameWithType: "SitePatchResourcePropertiesInner.SitePatchResourcePropertiesInner()" summary: "Creates an instance of SitePatchResourcePropertiesInner class." syntax: "public SitePatchResourcePropertiesInner()" desc: "Creates an instance of SitePatchResourcePropertiesInner class." methods: - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.availabilityState()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.availabilityState()" name: "availabilityState()" nameWithType: "SitePatchResourcePropertiesInner.availabilityState()" summary: "Get the availabilityState property: Management information availability state for the app." syntax: "public SiteAvailabilityState availabilityState()" desc: "Get the availabilityState property: Management information availability state for the app." returns: description: "the availabilityState value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientAffinityEnabled()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientAffinityEnabled()" name: "clientAffinityEnabled()" nameWithType: "SitePatchResourcePropertiesInner.clientAffinityEnabled()" summary: "Get the clientAffinityEnabled property: true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance." syntax: "public Boolean clientAffinityEnabled()" desc: "Get the clientAffinityEnabled property: true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true." returns: description: "the clientAffinityEnabled value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertEnabled()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertEnabled()" name: "clientCertEnabled()" nameWithType: "SitePatchResourcePropertiesInner.clientCertEnabled()" summary: "Get the clientCertEnabled property: true to enable client certificate authentication (TLS mutual authentication); otherwise, false." syntax: "public Boolean clientCertEnabled()" desc: "Get the clientCertEnabled property: true to enable client certificate authentication (TLS mutual authentication); otherwise, false. Default is false." returns: description: "the clientCertEnabled value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertExclusionPaths()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertExclusionPaths()" name: "clientCertExclusionPaths()" nameWithType: "SitePatchResourcePropertiesInner.clientCertExclusionPaths()" summary: "Get the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths." syntax: "public String clientCertExclusionPaths()" desc: "Get the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths." returns: description: "the clientCertExclusionPaths value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertMode()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.clientCertMode()" name: "clientCertMode()" nameWithType: "SitePatchResourcePropertiesInner.clientCertMode()" summary: "Get the clientCertMode property: This composes with ClientCertEnabled setting." syntax: "public ClientCertMode clientCertMode()" desc: "Get the clientCertMode property: This composes with ClientCertEnabled setting. - ClientCertEnabled: false means ClientCert is ignored. - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required. - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted." returns: description: "the clientCertMode value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.cloningInfo()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.cloningInfo()" name: "cloningInfo()" nameWithType: "SitePatchResourcePropertiesInner.cloningInfo()" summary: "Get the cloningInfo property: If specified during app creation, the app is cloned from a source app." syntax: "public CloningInfo cloningInfo()" desc: "Get the cloningInfo property: If specified during app creation, the app is cloned from a source app." returns: description: "the cloningInfo value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.containerSize()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.containerSize()" name: "containerSize()" nameWithType: "SitePatchResourcePropertiesInner.containerSize()" summary: "Get the containerSize property: Size of the function container." syntax: "public Integer containerSize()" desc: "Get the containerSize property: Size of the function container." returns: description: "the containerSize value." type: "Integer" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.customDomainVerificationId()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.customDomainVerificationId()" name: "customDomainVerificationId()" nameWithType: "SitePatchResourcePropertiesInner.customDomainVerificationId()" summary: "Get the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app." syntax: "public String customDomainVerificationId()" desc: "Get the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification." returns: description: "the customDomainVerificationId value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.dailyMemoryTimeQuota()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.dailyMemoryTimeQuota()" name: "dailyMemoryTimeQuota()" nameWithType: "SitePatchResourcePropertiesInner.dailyMemoryTimeQuota()" summary: "Get the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)." syntax: "public Integer dailyMemoryTimeQuota()" desc: "Get the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)." returns: description: "the dailyMemoryTimeQuota value." type: "Integer" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.defaultHostname()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.defaultHostname()" name: "defaultHostname()" nameWithType: "SitePatchResourcePropertiesInner.defaultHostname()" summary: "Get the defaultHostname property: Default hostname of the app." syntax: "public String defaultHostname()" desc: "Get the defaultHostname property: Default hostname of the app. Read-only." returns: description: "the defaultHostname value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.dnsConfiguration()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.dnsConfiguration()" name: "dnsConfiguration()" nameWithType: "SitePatchResourcePropertiesInner.dnsConfiguration()" summary: "Get the dnsConfiguration property: Property to configure various DNS related settings for a site." syntax: "public SiteDnsConfig dnsConfiguration()" desc: "Get the dnsConfiguration property: Property to configure various DNS related settings for a site." returns: description: "the dnsConfiguration value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.enabled()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.enabled()" name: "enabled()" nameWithType: "SitePatchResourcePropertiesInner.enabled()" summary: "Get the enabled property: true if the app is enabled; otherwise, false." syntax: "public Boolean enabled()" desc: "Get the enabled property: true if the app is enabled; otherwise, false. Setting this value to false disables the app (takes the app offline)." returns: description: "the enabled value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.enabledHostNames()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.enabledHostNames()" name: "enabledHostNames()" nameWithType: "SitePatchResourcePropertiesInner.enabledHostNames()" summary: "Get the enabledHostNames property: Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled." syntax: "public List enabledHostNames()" desc: "Get the enabledHostNames property: Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames." returns: description: "the enabledHostNames value." type: "List<String>" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "SitePatchResourcePropertiesInner.fromJson(JsonReader jsonReader)" summary: "Reads an instance of SitePatchResourcePropertiesInner from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static SitePatchResourcePropertiesInner fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the SitePatchResourcePropertiesInner." type: "IOException" desc: "Reads an instance of SitePatchResourcePropertiesInner from the JsonReader." returns: description: "An instance of SitePatchResourcePropertiesInner if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostNames()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostNames()" name: "hostNames()" nameWithType: "SitePatchResourcePropertiesInner.hostNames()" summary: "Get the hostNames property: Hostnames associated with the app." syntax: "public List hostNames()" desc: "Get the hostNames property: Hostnames associated with the app." returns: description: "the hostNames value." type: "List<String>" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostNamesDisabled()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostNamesDisabled()" name: "hostNamesDisabled()" nameWithType: "SitePatchResourcePropertiesInner.hostNamesDisabled()" summary: "Get the hostNamesDisabled property: true to disable the public hostnames of the app; otherwise, false." syntax: "public Boolean hostNamesDisabled()" desc: "Get the hostNamesDisabled property: true to disable the public hostnames of the app; otherwise, false. If true, the app is only accessible via API management process." returns: description: "the hostNamesDisabled value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostingEnvironmentProfile()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostingEnvironmentProfile()" name: "hostingEnvironmentProfile()" nameWithType: "SitePatchResourcePropertiesInner.hostingEnvironmentProfile()" summary: "Get the hostingEnvironmentProfile property: App Service Environment to use for the app." syntax: "public HostingEnvironmentProfile hostingEnvironmentProfile()" desc: "Get the hostingEnvironmentProfile property: App Service Environment to use for the app." returns: description: "the hostingEnvironmentProfile value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostnameSslStates()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hostnameSslStates()" name: "hostnameSslStates()" nameWithType: "SitePatchResourcePropertiesInner.hostnameSslStates()" summary: "Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames." syntax: "public List hostnameSslStates()" desc: "Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames." returns: description: "the hostnameSslStates value." type: "List<>" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.httpsOnly()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.httpsOnly()" name: "httpsOnly()" nameWithType: "SitePatchResourcePropertiesInner.httpsOnly()" summary: "Get the httpsOnly property: HttpsOnly: configures a web site to accept only https requests." syntax: "public Boolean httpsOnly()" desc: "Get the httpsOnly property: HttpsOnly: configures a web site to accept only https requests. Issues redirect for http requests." returns: description: "the httpsOnly value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hyperV()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.hyperV()" name: "hyperV()" nameWithType: "SitePatchResourcePropertiesInner.hyperV()" summary: "Get the hyperV property: Hyper-V sandbox." syntax: "public Boolean hyperV()" desc: "Get the hyperV property: Hyper-V sandbox." returns: description: "the hyperV value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.inProgressOperationId()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.inProgressOperationId()" name: "inProgressOperationId()" nameWithType: "SitePatchResourcePropertiesInner.inProgressOperationId()" summary: "Get the inProgressOperationId property: Specifies an operation id if this site has a pending operation." syntax: "public UUID inProgressOperationId()" desc: "Get the inProgressOperationId property: Specifies an operation id if this site has a pending operation." returns: description: "the inProgressOperationId value." type: "UUID" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.isDefaultContainer()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.isDefaultContainer()" name: "isDefaultContainer()" nameWithType: "SitePatchResourcePropertiesInner.isDefaultContainer()" summary: "Get the isDefaultContainer property: true if the app is a default container; otherwise, false." syntax: "public Boolean isDefaultContainer()" desc: "Get the isDefaultContainer property: true if the app is a default container; otherwise, false." returns: description: "the isDefaultContainer value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.isXenon()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.isXenon()" name: "isXenon()" nameWithType: "SitePatchResourcePropertiesInner.isXenon()" summary: "Get the isXenon property: Obsolete: Hyper-V sandbox." syntax: "public Boolean isXenon()" desc: "Get the isXenon property: Obsolete: Hyper-V sandbox." returns: description: "the isXenon value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.keyVaultReferenceIdentity()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.keyVaultReferenceIdentity()" name: "keyVaultReferenceIdentity()" nameWithType: "SitePatchResourcePropertiesInner.keyVaultReferenceIdentity()" summary: "Get the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication." syntax: "public String keyVaultReferenceIdentity()" desc: "Get the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication." returns: description: "the keyVaultReferenceIdentity value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.lastModifiedTimeUtc()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.lastModifiedTimeUtc()" name: "lastModifiedTimeUtc()" nameWithType: "SitePatchResourcePropertiesInner.lastModifiedTimeUtc()" summary: "Get the lastModifiedTimeUtc property: Last time the app was modified, in UTC." syntax: "public OffsetDateTime lastModifiedTimeUtc()" desc: "Get the lastModifiedTimeUtc property: Last time the app was modified, in UTC. Read-only." returns: description: "the lastModifiedTimeUtc value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.maxNumberOfWorkers()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.maxNumberOfWorkers()" name: "maxNumberOfWorkers()" nameWithType: "SitePatchResourcePropertiesInner.maxNumberOfWorkers()" summary: "Get the maxNumberOfWorkers property: Maximum number of workers." syntax: "public Integer maxNumberOfWorkers()" desc: "Get the maxNumberOfWorkers property: Maximum number of workers. This only applies to Functions container." returns: description: "the maxNumberOfWorkers value." type: "Integer" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.outboundIpAddresses()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.outboundIpAddresses()" name: "outboundIpAddresses()" nameWithType: "SitePatchResourcePropertiesInner.outboundIpAddresses()" summary: "Get the outboundIpAddresses property: List of IP addresses that the app uses for outbound connections (e.g." syntax: "public String outboundIpAddresses()" desc: "Get the outboundIpAddresses property: List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only." returns: description: "the outboundIpAddresses value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.possibleOutboundIpAddresses()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.possibleOutboundIpAddresses()" name: "possibleOutboundIpAddresses()" nameWithType: "SitePatchResourcePropertiesInner.possibleOutboundIpAddresses()" summary: "Get the possibleOutboundIpAddresses property: List of IP addresses that the app uses for outbound connections (e.g." syntax: "public String possibleOutboundIpAddresses()" desc: "Get the possibleOutboundIpAddresses property: List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only." returns: description: "the possibleOutboundIpAddresses value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.redundancyMode()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.redundancyMode()" name: "redundancyMode()" nameWithType: "SitePatchResourcePropertiesInner.redundancyMode()" summary: "Get the redundancyMode property: Site redundancy mode." syntax: "public RedundancyMode redundancyMode()" desc: "Get the redundancyMode property: Site redundancy mode." returns: description: "the redundancyMode value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.repositorySiteName()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.repositorySiteName()" name: "repositorySiteName()" nameWithType: "SitePatchResourcePropertiesInner.repositorySiteName()" summary: "Get the repositorySiteName property: Name of the repository site." syntax: "public String repositorySiteName()" desc: "Get the repositorySiteName property: Name of the repository site." returns: description: "the repositorySiteName value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.reserved()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.reserved()" name: "reserved()" nameWithType: "SitePatchResourcePropertiesInner.reserved()" summary: "Get the reserved property: true if reserved; otherwise, false." syntax: "public Boolean reserved()" desc: "Get the reserved property: true if reserved; otherwise, false." returns: description: "the reserved value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.resourceGroup()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.resourceGroup()" name: "resourceGroup()" nameWithType: "SitePatchResourcePropertiesInner.resourceGroup()" summary: "Get the resourceGroup property: Name of the resource group the app belongs to." syntax: "public String resourceGroup()" desc: "Get the resourceGroup property: Name of the resource group the app belongs to. Read-only." returns: description: "the resourceGroup value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.scmSiteAlsoStopped()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.scmSiteAlsoStopped()" name: "scmSiteAlsoStopped()" nameWithType: "SitePatchResourcePropertiesInner.scmSiteAlsoStopped()" summary: "Get the scmSiteAlsoStopped property: true to stop SCM (KUDU) site when the app is stopped; otherwise, false." syntax: "public Boolean scmSiteAlsoStopped()" desc: "Get the scmSiteAlsoStopped property: true to stop SCM (KUDU) site when the app is stopped; otherwise, false. The default is false." returns: description: "the scmSiteAlsoStopped value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.serverFarmId()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.serverFarmId()" name: "serverFarmId()" nameWithType: "SitePatchResourcePropertiesInner.serverFarmId()" summary: "Get the serverFarmId property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Web/serverfarms/\\{appServicePlanName\\}\"." syntax: "public String serverFarmId()" desc: "Get the serverFarmId property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Web/serverfarms/\\{appServicePlanName\\}\"." returns: description: "the serverFarmId value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.siteConfig()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.siteConfig()" name: "siteConfig()" nameWithType: "SitePatchResourcePropertiesInner.siteConfig()" summary: "Get the siteConfig property: Configuration of the app." syntax: "public SiteConfigInner siteConfig()" desc: "Get the siteConfig property: Configuration of the app." returns: description: "the siteConfig value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.slotSwapStatus()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.slotSwapStatus()" name: "slotSwapStatus()" nameWithType: "SitePatchResourcePropertiesInner.slotSwapStatus()" summary: "Get the slotSwapStatus property: Status of the last deployment slot swap operation." syntax: "public SlotSwapStatus slotSwapStatus()" desc: "Get the slotSwapStatus property: Status of the last deployment slot swap operation." returns: description: "the slotSwapStatus value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.state()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.state()" name: "state()" nameWithType: "SitePatchResourcePropertiesInner.state()" summary: "Get the state property: Current state of the app." syntax: "public String state()" desc: "Get the state property: Current state of the app." returns: description: "the state value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.storageAccountRequired()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.storageAccountRequired()" name: "storageAccountRequired()" nameWithType: "SitePatchResourcePropertiesInner.storageAccountRequired()" summary: "Get the storageAccountRequired property: Checks if Customer provided storage account is required." syntax: "public Boolean storageAccountRequired()" desc: "Get the storageAccountRequired property: Checks if Customer provided storage account is required." returns: description: "the storageAccountRequired value." type: "Boolean" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.suspendedTill()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.suspendedTill()" name: "suspendedTill()" nameWithType: "SitePatchResourcePropertiesInner.suspendedTill()" summary: "Get the suspendedTill property: App suspended till in case memory-time quota is exceeded." syntax: "public OffsetDateTime suspendedTill()" desc: "Get the suspendedTill property: App suspended till in case memory-time quota is exceeded." returns: description: "the suspendedTill value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.targetSwapSlot()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.targetSwapSlot()" name: "targetSwapSlot()" nameWithType: "SitePatchResourcePropertiesInner.targetSwapSlot()" summary: "Get the targetSwapSlot property: Specifies which deployment slot this app will swap into." syntax: "public String targetSwapSlot()" desc: "Get the targetSwapSlot property: Specifies which deployment slot this app will swap into. Read-only." returns: description: "the targetSwapSlot value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "SitePatchResourcePropertiesInner.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.trafficManagerHostNames()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.trafficManagerHostNames()" name: "trafficManagerHostNames()" nameWithType: "SitePatchResourcePropertiesInner.trafficManagerHostNames()" summary: "Get the trafficManagerHostNames property: Azure Traffic Manager hostnames associated with the app." syntax: "public List trafficManagerHostNames()" desc: "Get the trafficManagerHostNames property: Azure Traffic Manager hostnames associated with the app. Read-only." returns: description: "the trafficManagerHostNames value." type: "List<String>" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.usageState()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.usageState()" name: "usageState()" nameWithType: "SitePatchResourcePropertiesInner.usageState()" summary: "Get the usageState property: State indicating whether the app has exceeded its quota usage." syntax: "public UsageState usageState()" desc: "Get the usageState property: State indicating whether the app has exceeded its quota usage. Read-only." returns: description: "the usageState value." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.validate()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.validate()" name: "validate()" nameWithType: "SitePatchResourcePropertiesInner.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.virtualNetworkSubnetId()" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.virtualNetworkSubnetId()" name: "virtualNetworkSubnetId()" nameWithType: "SitePatchResourcePropertiesInner.virtualNetworkSubnetId()" summary: "Get the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration." syntax: "public String virtualNetworkSubnetId()" desc: "Get the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/\\{subscriptionName\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Network/virtualNetworks/\\{vnetName\\}/subnets/\\{subnetName\\}." returns: description: "the virtualNetworkSubnetId value." type: "String" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientAffinityEnabled(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientAffinityEnabled(Boolean clientAffinityEnabled)" name: "withClientAffinityEnabled(Boolean clientAffinityEnabled)" nameWithType: "SitePatchResourcePropertiesInner.withClientAffinityEnabled(Boolean clientAffinityEnabled)" summary: "Set the clientAffinityEnabled property: true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance." parameters: - description: "the clientAffinityEnabled value to set." name: "clientAffinityEnabled" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withClientAffinityEnabled(Boolean clientAffinityEnabled)" desc: "Set the clientAffinityEnabled property: true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertEnabled(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertEnabled(Boolean clientCertEnabled)" name: "withClientCertEnabled(Boolean clientCertEnabled)" nameWithType: "SitePatchResourcePropertiesInner.withClientCertEnabled(Boolean clientCertEnabled)" summary: "Set the clientCertEnabled property: true to enable client certificate authentication (TLS mutual authentication); otherwise, false." parameters: - description: "the clientCertEnabled value to set." name: "clientCertEnabled" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withClientCertEnabled(Boolean clientCertEnabled)" desc: "Set the clientCertEnabled property: true to enable client certificate authentication (TLS mutual authentication); otherwise, false. Default is false." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertExclusionPaths(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertExclusionPaths(String clientCertExclusionPaths)" name: "withClientCertExclusionPaths(String clientCertExclusionPaths)" nameWithType: "SitePatchResourcePropertiesInner.withClientCertExclusionPaths(String clientCertExclusionPaths)" summary: "Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths." parameters: - description: "the clientCertExclusionPaths value to set." name: "clientCertExclusionPaths" type: "String" syntax: "public SitePatchResourcePropertiesInner withClientCertExclusionPaths(String clientCertExclusionPaths)" desc: "Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertMode(com.azure.resourcemanager.appservice.models.ClientCertMode)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withClientCertMode(ClientCertMode clientCertMode)" name: "withClientCertMode(ClientCertMode clientCertMode)" nameWithType: "SitePatchResourcePropertiesInner.withClientCertMode(ClientCertMode clientCertMode)" summary: "Set the clientCertMode property: This composes with ClientCertEnabled setting." parameters: - description: "the clientCertMode value to set." name: "clientCertMode" type: "" syntax: "public SitePatchResourcePropertiesInner withClientCertMode(ClientCertMode clientCertMode)" desc: "Set the clientCertMode property: This composes with ClientCertEnabled setting. - ClientCertEnabled: false means ClientCert is ignored. - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required. - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withCloningInfo(com.azure.resourcemanager.appservice.models.CloningInfo)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withCloningInfo(CloningInfo cloningInfo)" name: "withCloningInfo(CloningInfo cloningInfo)" nameWithType: "SitePatchResourcePropertiesInner.withCloningInfo(CloningInfo cloningInfo)" summary: "Set the cloningInfo property: If specified during app creation, the app is cloned from a source app." parameters: - description: "the cloningInfo value to set." name: "cloningInfo" type: "" syntax: "public SitePatchResourcePropertiesInner withCloningInfo(CloningInfo cloningInfo)" desc: "Set the cloningInfo property: If specified during app creation, the app is cloned from a source app." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withContainerSize(java.lang.Integer)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withContainerSize(Integer containerSize)" name: "withContainerSize(Integer containerSize)" nameWithType: "SitePatchResourcePropertiesInner.withContainerSize(Integer containerSize)" summary: "Set the containerSize property: Size of the function container." parameters: - description: "the containerSize value to set." name: "containerSize" type: "Integer" syntax: "public SitePatchResourcePropertiesInner withContainerSize(Integer containerSize)" desc: "Set the containerSize property: Size of the function container." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withCustomDomainVerificationId(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withCustomDomainVerificationId(String customDomainVerificationId)" name: "withCustomDomainVerificationId(String customDomainVerificationId)" nameWithType: "SitePatchResourcePropertiesInner.withCustomDomainVerificationId(String customDomainVerificationId)" summary: "Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app." parameters: - description: "the customDomainVerificationId value to set." name: "customDomainVerificationId" type: "String" syntax: "public SitePatchResourcePropertiesInner withCustomDomainVerificationId(String customDomainVerificationId)" desc: "Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withDailyMemoryTimeQuota(java.lang.Integer)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)" name: "withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)" nameWithType: "SitePatchResourcePropertiesInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)" summary: "Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)." parameters: - description: "the dailyMemoryTimeQuota value to set." name: "dailyMemoryTimeQuota" type: "Integer" syntax: "public SitePatchResourcePropertiesInner withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)" desc: "Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withDnsConfiguration(com.azure.resourcemanager.appservice.models.SiteDnsConfig)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withDnsConfiguration(SiteDnsConfig dnsConfiguration)" name: "withDnsConfiguration(SiteDnsConfig dnsConfiguration)" nameWithType: "SitePatchResourcePropertiesInner.withDnsConfiguration(SiteDnsConfig dnsConfiguration)" summary: "Set the dnsConfiguration property: Property to configure various DNS related settings for a site." parameters: - description: "the dnsConfiguration value to set." name: "dnsConfiguration" type: "" syntax: "public SitePatchResourcePropertiesInner withDnsConfiguration(SiteDnsConfig dnsConfiguration)" desc: "Set the dnsConfiguration property: Property to configure various DNS related settings for a site." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withEnabled(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withEnabled(Boolean enabled)" name: "withEnabled(Boolean enabled)" nameWithType: "SitePatchResourcePropertiesInner.withEnabled(Boolean enabled)" summary: "Set the enabled property: true if the app is enabled; otherwise, false." parameters: - description: "the enabled value to set." name: "enabled" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withEnabled(Boolean enabled)" desc: "Set the enabled property: true if the app is enabled; otherwise, false. Setting this value to false disables the app (takes the app offline)." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostNamesDisabled(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostNamesDisabled(Boolean hostNamesDisabled)" name: "withHostNamesDisabled(Boolean hostNamesDisabled)" nameWithType: "SitePatchResourcePropertiesInner.withHostNamesDisabled(Boolean hostNamesDisabled)" summary: "Set the hostNamesDisabled property: true to disable the public hostnames of the app; otherwise, false." parameters: - description: "the hostNamesDisabled value to set." name: "hostNamesDisabled" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withHostNamesDisabled(Boolean hostNamesDisabled)" desc: "Set the hostNamesDisabled property: true to disable the public hostnames of the app; otherwise, false. If true, the app is only accessible via API management process." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostingEnvironmentProfile(com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)" name: "withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)" nameWithType: "SitePatchResourcePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)" summary: "Set the hostingEnvironmentProfile property: App Service Environment to use for the app." parameters: - description: "the hostingEnvironmentProfile value to set." name: "hostingEnvironmentProfile" type: "" syntax: "public SitePatchResourcePropertiesInner withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)" desc: "Set the hostingEnvironmentProfile property: App Service Environment to use for the app." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostnameSslStates(java.util.List)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostnameSslStates(List hostnameSslStates)" name: "withHostnameSslStates(List hostnameSslStates)" nameWithType: "SitePatchResourcePropertiesInner.withHostnameSslStates(List hostnameSslStates)" summary: "Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames." parameters: - description: "the hostnameSslStates value to set." name: "hostnameSslStates" type: "List<>" syntax: "public SitePatchResourcePropertiesInner withHostnameSslStates(List hostnameSslStates)" desc: "Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHttpsOnly(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHttpsOnly(Boolean httpsOnly)" name: "withHttpsOnly(Boolean httpsOnly)" nameWithType: "SitePatchResourcePropertiesInner.withHttpsOnly(Boolean httpsOnly)" summary: "Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests." parameters: - description: "the httpsOnly value to set." name: "httpsOnly" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withHttpsOnly(Boolean httpsOnly)" desc: "Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests. Issues redirect for http requests." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHyperV(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHyperV(Boolean hyperV)" name: "withHyperV(Boolean hyperV)" nameWithType: "SitePatchResourcePropertiesInner.withHyperV(Boolean hyperV)" summary: "Set the hyperV property: Hyper-V sandbox." parameters: - description: "the hyperV value to set." name: "hyperV" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withHyperV(Boolean hyperV)" desc: "Set the hyperV property: Hyper-V sandbox." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withIsXenon(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withIsXenon(Boolean isXenon)" name: "withIsXenon(Boolean isXenon)" nameWithType: "SitePatchResourcePropertiesInner.withIsXenon(Boolean isXenon)" summary: "Set the isXenon property: Obsolete: Hyper-V sandbox." parameters: - description: "the isXenon value to set." name: "isXenon" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withIsXenon(Boolean isXenon)" desc: "Set the isXenon property: Obsolete: Hyper-V sandbox." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withKeyVaultReferenceIdentity(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)" name: "withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)" nameWithType: "SitePatchResourcePropertiesInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)" summary: "Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication." parameters: - description: "the keyVaultReferenceIdentity value to set." name: "keyVaultReferenceIdentity" type: "String" syntax: "public SitePatchResourcePropertiesInner withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)" desc: "Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withRedundancyMode(com.azure.resourcemanager.appservice.models.RedundancyMode)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode)" name: "withRedundancyMode(RedundancyMode redundancyMode)" nameWithType: "SitePatchResourcePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode)" summary: "Set the redundancyMode property: Site redundancy mode." parameters: - description: "the redundancyMode value to set." name: "redundancyMode" type: "" syntax: "public SitePatchResourcePropertiesInner withRedundancyMode(RedundancyMode redundancyMode)" desc: "Set the redundancyMode property: Site redundancy mode." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withReserved(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withReserved(Boolean reserved)" name: "withReserved(Boolean reserved)" nameWithType: "SitePatchResourcePropertiesInner.withReserved(Boolean reserved)" summary: "Set the reserved property: true if reserved; otherwise, false." parameters: - description: "the reserved value to set." name: "reserved" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withReserved(Boolean reserved)" desc: "Set the reserved property: true if reserved; otherwise, false." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withScmSiteAlsoStopped(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)" name: "withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)" nameWithType: "SitePatchResourcePropertiesInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)" summary: "Set the scmSiteAlsoStopped property: true to stop SCM (KUDU) site when the app is stopped; otherwise, false." parameters: - description: "the scmSiteAlsoStopped value to set." name: "scmSiteAlsoStopped" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)" desc: "Set the scmSiteAlsoStopped property: true to stop SCM (KUDU) site when the app is stopped; otherwise, false. The default is false." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withServerFarmId(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withServerFarmId(String serverFarmId)" name: "withServerFarmId(String serverFarmId)" nameWithType: "SitePatchResourcePropertiesInner.withServerFarmId(String serverFarmId)" summary: "Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Web/serverfarms/\\{appServicePlanName\\}\"." parameters: - description: "the serverFarmId value to set." name: "serverFarmId" type: "String" syntax: "public SitePatchResourcePropertiesInner withServerFarmId(String serverFarmId)" desc: "Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Web/serverfarms/\\{appServicePlanName\\}\"." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withSiteConfig(com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withSiteConfig(SiteConfigInner siteConfig)" name: "withSiteConfig(SiteConfigInner siteConfig)" nameWithType: "SitePatchResourcePropertiesInner.withSiteConfig(SiteConfigInner siteConfig)" summary: "Set the siteConfig property: Configuration of the app." parameters: - description: "the siteConfig value to set." name: "siteConfig" type: "" syntax: "public SitePatchResourcePropertiesInner withSiteConfig(SiteConfigInner siteConfig)" desc: "Set the siteConfig property: Configuration of the app." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withStorageAccountRequired(java.lang.Boolean)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withStorageAccountRequired(Boolean storageAccountRequired)" name: "withStorageAccountRequired(Boolean storageAccountRequired)" nameWithType: "SitePatchResourcePropertiesInner.withStorageAccountRequired(Boolean storageAccountRequired)" summary: "Set the storageAccountRequired property: Checks if Customer provided storage account is required." parameters: - description: "the storageAccountRequired value to set." name: "storageAccountRequired" type: "Boolean" syntax: "public SitePatchResourcePropertiesInner withStorageAccountRequired(Boolean storageAccountRequired)" desc: "Set the storageAccountRequired property: Checks if Customer provided storage account is required." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" - uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withVirtualNetworkSubnetId(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId)" name: "withVirtualNetworkSubnetId(String virtualNetworkSubnetId)" nameWithType: "SitePatchResourcePropertiesInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId)" summary: "Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration." parameters: - description: "the virtualNetworkSubnetId value to set." name: "virtualNetworkSubnetId" type: "String" syntax: "public SitePatchResourcePropertiesInner withVirtualNetworkSubnetId(String virtualNetworkSubnetId)" desc: "Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/\\{subscriptionName\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Network/virtualNetworks/\\{vnetName\\}/subnets/\\{subnetName\\}." returns: description: "the SitePatchResourcePropertiesInner object itself." type: "" type: "class" desc: "SitePatchResource resource specific properties." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appservice.fluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0