azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

834 строки
74 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner"
name: "SitePatchResourcePropertiesInner"
nameWithType: "SitePatchResourcePropertiesInner"
summary: "Site<wbr>Patch<wbr>Resource resource specific properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SitePatchResourcePropertiesInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
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 Site<wbr>Patch<wbr>Resource<wbr>Properties<wbr>Inner 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 availability<wbr>State 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: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteAvailabilityState?alt=com.azure.resourcemanager.appservice.models.SiteAvailabilityState&text=SiteAvailabilityState\" data-throw-if-not-resolved=\"False\" />"
- 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 client<wbr>Affinity<wbr>Enabled 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."
syntax: "public Boolean clientAffinityEnabled()"
desc: "Get 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. Default is <code>true</code>."
returns:
description: "the clientAffinityEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 client<wbr>Cert<wbr>Enabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>."
syntax: "public Boolean clientCertEnabled()"
desc: "Get the clientCertEnabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>."
returns:
description: "the clientCertEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 client<wbr>Cert<wbr>Exclusion<wbr>Paths 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 client<wbr>Cert<wbr>Mode property: This composes with Client<wbr>Cert<wbr>Enabled 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: "<xref href=\"com.azure.resourcemanager.appservice.models.ClientCertMode?alt=com.azure.resourcemanager.appservice.models.ClientCertMode&text=ClientCertMode\" data-throw-if-not-resolved=\"False\" />"
- 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 cloning<wbr>Info 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: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
- 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 container<wbr>Size 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- 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 custom<wbr>Domain<wbr>Verification<wbr>Id 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 daily<wbr>Memory<wbr>Time<wbr>Quota 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- 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 default<wbr>Hostname 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 dns<wbr>Configuration 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: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteDnsConfig?alt=com.azure.resourcemanager.appservice.models.SiteDnsConfig&text=SiteDnsConfig\" data-throw-if-not-resolved=\"False\" />"
- 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: <code>true</code> if the app is enabled; otherwise, <code>false</code>."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline)."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 enabled<wbr>Host<wbr>Names property: Enabled hostnames for the app.<wbr>Hostnames need to be assigned (see Host<wbr>Names) AND enabled."
syntax: "public List<String> 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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 Site<wbr>Patch<wbr>Resource<wbr>Properties<wbr>Inner from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SitePatchResourcePropertiesInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SitePatchResourcePropertiesInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 host<wbr>Names property: Hostnames associated with the app."
syntax: "public List<String> hostNames()"
desc: "Get the hostNames property: Hostnames associated with the app."
returns:
description: "the hostNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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 host<wbr>Names<wbr>Disabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>."
syntax: "public Boolean hostNamesDisabled()"
desc: "Get the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process."
returns:
description: "the hostNamesDisabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 hosting<wbr>Environment<wbr>Profile 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: "<xref href=\"com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile?alt=com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile&text=HostingEnvironmentProfile\" data-throw-if-not-resolved=\"False\" />"
- 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 hostname<wbr>Ssl<wbr>States property: Hostname SSL states are used to manage the SSL bindings for app's hostnames."
syntax: "public List<HostnameSslState> 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.HostnameSslState?alt=com.azure.resourcemanager.appservice.models.HostnameSslState&text=HostnameSslState\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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 https<wbr>Only property: Https<wbr>Only: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 in<wbr>Progress<wbr>Operation<wbr>Id 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- 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 is<wbr>Default<wbr>Container property: <code>true</code> if the app is a default container; otherwise, <code>false</code>."
syntax: "public Boolean isDefaultContainer()"
desc: "Get the isDefaultContainer property: <code>true</code> if the app is a default container; otherwise, <code>false</code>."
returns:
description: "the isDefaultContainer value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 is<wbr>Xenon property: Obsolete: Hyper-V sandbox."
syntax: "public Boolean isXenon()"
desc: "Get the isXenon property: Obsolete: Hyper-V sandbox."
returns:
description: "the isXenon value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 key<wbr>Vault<wbr>Reference<wbr>Identity 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 last<wbr>Modified<wbr>Time<wbr>Utc 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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 max<wbr>Number<wbr>OfWorkers 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- 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 outbound<wbr>IpAddresses property: List of IP addresses that the app uses for outbound connections (e.<wbr>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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 possible<wbr>Outbound<wbr>IpAddresses property: List of IP addresses that the app uses for outbound connections (e.<wbr>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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 redundancy<wbr>Mode property: Site redundancy mode."
syntax: "public RedundancyMode redundancyMode()"
desc: "Get the redundancyMode property: Site redundancy mode."
returns:
description: "the redundancyMode value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RedundancyMode?alt=com.azure.resourcemanager.appservice.models.RedundancyMode&text=RedundancyMode\" data-throw-if-not-resolved=\"False\" />"
- 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 repository<wbr>Site<wbr>Name 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: <code>true</code> if reserved; otherwise, <code>false</code>."
syntax: "public Boolean reserved()"
desc: "Get the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>."
returns:
description: "the reserved value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 resource<wbr>Group 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 scm<wbr>Site<wbr>Also<wbr>Stopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>."
syntax: "public Boolean scmSiteAlsoStopped()"
desc: "Get the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>."
returns:
description: "the scmSiteAlsoStopped value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 server<wbr>Farm<wbr>Id property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resource<wbr>Groups/\\{group<wbr>Name\\}/providers/Microsoft.<wbr>Web/serverfarms/\\{app<wbr>Service<wbr>Plan<wbr>Name\\}\"."
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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 site<wbr>Config property: Configuration of the app."
syntax: "public SiteConfigInner siteConfig()"
desc: "Get the siteConfig property: Configuration of the app."
returns:
description: "the siteConfig value."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner?alt=com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner&text=SiteConfigInner\" data-throw-if-not-resolved=\"False\" />"
- 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 slot<wbr>Swap<wbr>Status 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: "<xref href=\"com.azure.resourcemanager.appservice.models.SlotSwapStatus?alt=com.azure.resourcemanager.appservice.models.SlotSwapStatus&text=SlotSwapStatus\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 storage<wbr>Account<wbr>Required 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- 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 suspended<wbr>Till 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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 target<wbr>Swap<wbr>Slot 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- 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 traffic<wbr>Manager<wbr>Host<wbr>Names property: Azure Traffic Manager hostnames associated with the app."
syntax: "public List<String> trafficManagerHostNames()"
desc: "Get the trafficManagerHostNames property: Azure Traffic Manager hostnames associated with the app. Read-only."
returns:
description: "the trafficManagerHostNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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 usage<wbr>State 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: "<xref href=\"com.azure.resourcemanager.appservice.models.UsageState?alt=com.azure.resourcemanager.appservice.models.UsageState&text=UsageState\" data-throw-if-not-resolved=\"False\" />"
- 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 virtual<wbr>Network<wbr>Subnet<wbr>Id 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 client<wbr>Affinity<wbr>Enabled 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."
parameters:
- description: "the clientAffinityEnabled value to set."
name: "clientAffinityEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withClientAffinityEnabled(Boolean clientAffinityEnabled)"
desc: "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. Default is <code>true</code>."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 client<wbr>Cert<wbr>Enabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>."
parameters:
- description: "the clientCertEnabled value to set."
name: "clientCertEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withClientCertEnabled(Boolean clientCertEnabled)"
desc: "Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 client<wbr>Cert<wbr>Exclusion<wbr>Paths property: client certificate authentication comma-separated exclusion paths."
parameters:
- description: "the clientCertExclusionPaths value to set."
name: "clientCertExclusionPaths"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 client<wbr>Cert<wbr>Mode property: This composes with Client<wbr>Cert<wbr>Enabled setting."
parameters:
- description: "the clientCertMode value to set."
name: "clientCertMode"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ClientCertMode?alt=com.azure.resourcemanager.appservice.models.ClientCertMode&text=ClientCertMode\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 cloning<wbr>Info property: If specified during app creation, the app is cloned from a source app."
parameters:
- description: "the cloningInfo value to set."
name: "cloningInfo"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 container<wbr>Size property: Size of the function container."
parameters:
- description: "the containerSize value to set."
name: "containerSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public SitePatchResourcePropertiesInner withContainerSize(Integer containerSize)"
desc: "Set the containerSize property: Size of the function container."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 custom<wbr>Domain<wbr>Verification<wbr>Id property: Unique identifier that verifies the custom domains assigned to the app."
parameters:
- description: "the customDomainVerificationId value to set."
name: "customDomainVerificationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 daily<wbr>Memory<wbr>Time<wbr>Quota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)."
parameters:
- description: "the dailyMemoryTimeQuota value to set."
name: "dailyMemoryTimeQuota"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 dns<wbr>Configuration property: Property to configure various DNS related settings for a site."
parameters:
- description: "the dnsConfiguration value to set."
name: "dnsConfiguration"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteDnsConfig?alt=com.azure.resourcemanager.appservice.models.SiteDnsConfig&text=SiteDnsConfig\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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: <code>true</code> if the app is enabled; otherwise, <code>false</code>."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withEnabled(Boolean enabled)"
desc: "Set the enabled property: <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline)."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 host<wbr>Names<wbr>Disabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>."
parameters:
- description: "the hostNamesDisabled value to set."
name: "hostNamesDisabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withHostNamesDisabled(Boolean hostNamesDisabled)"
desc: "Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 hosting<wbr>Environment<wbr>Profile property: App Service Environment to use for the app."
parameters:
- description: "the hostingEnvironmentProfile value to set."
name: "hostingEnvironmentProfile"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile?alt=com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile&text=HostingEnvironmentProfile\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostnameSslStates(java.util.List<com.azure.resourcemanager.appservice.models.HostnameSslState>)"
fullName: "com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates)"
name: "withHostnameSslStates(List<HostnameSslState> hostnameSslStates)"
nameWithType: "SitePatchResourcePropertiesInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates)"
summary: "Set the hostname<wbr>Ssl<wbr>States 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.HostnameSslState?alt=com.azure.resourcemanager.appservice.models.HostnameSslState&text=HostnameSslState\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SitePatchResourcePropertiesInner withHostnameSslStates(List<HostnameSslState> 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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 https<wbr>Only property: Https<wbr>Only: configures a web site to accept only https requests."
parameters:
- description: "the httpsOnly value to set."
name: "httpsOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withHyperV(Boolean hyperV)"
desc: "Set the hyperV property: Hyper-V sandbox."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 is<wbr>Xenon property: Obsolete: Hyper-V sandbox."
parameters:
- description: "the isXenon value to set."
name: "isXenon"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withIsXenon(Boolean isXenon)"
desc: "Set the isXenon property: Obsolete: Hyper-V sandbox."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 key<wbr>Vault<wbr>Reference<wbr>Identity property: Identity to use for Key Vault Reference authentication."
parameters:
- description: "the keyVaultReferenceIdentity value to set."
name: "keyVaultReferenceIdentity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 redundancy<wbr>Mode property: Site redundancy mode."
parameters:
- description: "the redundancyMode value to set."
name: "redundancyMode"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RedundancyMode?alt=com.azure.resourcemanager.appservice.models.RedundancyMode&text=RedundancyMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SitePatchResourcePropertiesInner withRedundancyMode(RedundancyMode redundancyMode)"
desc: "Set the redundancyMode property: Site redundancy mode."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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: <code>true</code> if reserved; otherwise, <code>false</code>."
parameters:
- description: "the reserved value to set."
name: "reserved"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withReserved(Boolean reserved)"
desc: "Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 scm<wbr>Site<wbr>Also<wbr>Stopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>."
parameters:
- description: "the scmSiteAlsoStopped value to set."
name: "scmSiteAlsoStopped"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SitePatchResourcePropertiesInner withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)"
desc: "Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 server<wbr>Farm<wbr>Id property: Resource ID of the associated App Service plan, formatted as: \"/subscriptions/\\{subscriptionID\\}/resource<wbr>Groups/\\{group<wbr>Name\\}/providers/Microsoft.<wbr>Web/serverfarms/\\{app<wbr>Service<wbr>Plan<wbr>Name\\}\"."
parameters:
- description: "the serverFarmId value to set."
name: "serverFarmId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 site<wbr>Config property: Configuration of the app."
parameters:
- description: "the siteConfig value to set."
name: "siteConfig"
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner?alt=com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner&text=SiteConfigInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SitePatchResourcePropertiesInner withSiteConfig(SiteConfigInner siteConfig)"
desc: "Set the siteConfig property: Configuration of the app."
returns:
description: "the SitePatchResourcePropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 storage<wbr>Account<wbr>Required property: Checks if Customer provided storage account is required."
parameters:
- description: "the storageAccountRequired value to set."
name: "storageAccountRequired"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- 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 virtual<wbr>Network<wbr>Subnet<wbr>Id 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "SitePatchResource resource specific properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner?alt=com.azure.resourcemanager.appservice.fluent.models.SitePatchResourcePropertiesInner&text=SitePatchResourcePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0