Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePropertiesInner
Packages that use SitePropertiesInner
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SitePropertiesInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SitePropertiesInnerModifier and TypeMethodDescriptionstatic SitePropertiesInnerSitePropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SitePropertiesInner from the JsonReader.SitePropertiesInner.withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: Specifies the scope of uniqueness for the default hostname during resource creation.SitePropertiesInner.withClientAffinityEnabled(Boolean clientAffinityEnabled) Set the clientAffinityEnabled property: <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance.SitePropertiesInner.withClientCertEnabled(Boolean clientCertEnabled) Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.SitePropertiesInner.withClientCertExclusionPaths(String clientCertExclusionPaths) Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.SitePropertiesInner.withClientCertMode(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePropertiesInner.withCloningInfo(CloningInfo cloningInfo) Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.SitePropertiesInner.withContainerSize(Integer containerSize) Set the containerSize property: Size of the function container.SitePropertiesInner.withCustomDomainVerificationId(String customDomainVerificationId) Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the app.SitePropertiesInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota) Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).SitePropertiesInner.withDaprConfig(DaprConfig daprConfig) Set the daprConfig property: Dapr configuration of the app.SitePropertiesInner.withDnsConfiguration(SiteDnsConfig dnsConfiguration) Set the dnsConfiguration property: Property to configure various DNS related settings for a site.SitePropertiesInner.withEnabled(Boolean enabled) Set the enabled property: <code>true</code> if the app is enabled; otherwise, <code>false</code>.SitePropertiesInner.withEndToEndEncryptionEnabled(Boolean endToEndEncryptionEnabled) Set the endToEndEncryptionEnabled property: Whether to use end to end encryption between the FrontEnd and the Worker.SitePropertiesInner.withFunctionAppConfig(FunctionAppConfig functionAppConfig) Set the functionAppConfig property: Configuration specific of the Azure Function app.SitePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePropertiesInner.withHostNamesDisabled(Boolean hostNamesDisabled) Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.SitePropertiesInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePropertiesInner.withHttpsOnly(Boolean httpsOnly) Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.SitePropertiesInner.withHyperV(Boolean hyperV) Set the hyperV property: Hyper-V sandbox.SitePropertiesInner.withIpMode(IpMode ipMode) Set the ipMode property: Specifies the IP mode of the app.SitePropertiesInner.withIsXenon(Boolean isXenon) Set the isXenon property: Obsolete: Hyper-V sandbox.SitePropertiesInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity) Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.SitePropertiesInner.withManagedEnvironmentId(String managedEnvironmentId) Set the managedEnvironmentId property: Azure Resource Manager ID of the customer's selected Managed Environment on which to host this app.SitePropertiesInner.withPublicNetworkAccess(String publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block all public traffic.SitePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode) Set the redundancyMode property: Site redundancy mode.SitePropertiesInner.withReserved(Boolean reserved) Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.SitePropertiesInner.withResourceConfig(ResourceConfig resourceConfig) Set the resourceConfig property: Function app resource requirements.SitePropertiesInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped) Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>.SitePropertiesInner.withServerFarmId(String serverFarmId) Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".SitePropertiesInner.withSiteConfig(SiteConfigInner siteConfig) Set the siteConfig property: Configuration of the app.SitePropertiesInner.withStorageAccountRequired(Boolean storageAccountRequired) Set the storageAccountRequired property: Checks if Customer provided storage account is required.SitePropertiesInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId) Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.SitePropertiesInner.withVnetBackupRestoreEnabled(Boolean vnetBackupRestoreEnabled) Set the vnetBackupRestoreEnabled property: To enable Backup and Restore operations over virtual network.SitePropertiesInner.withVnetContentShareEnabled(Boolean vnetContentShareEnabled) Set the vnetContentShareEnabled property: To enable accessing content over virtual network.SitePropertiesInner.withVnetImagePullEnabled(Boolean vnetImagePullEnabled) Set the vnetImagePullEnabled property: To enable pulling image over Virtual Network.SitePropertiesInner.withVnetRouteAllEnabled(Boolean vnetRouteAllEnabled) Set the vnetRouteAllEnabled property: Virtual Network Route All enabled.SitePropertiesInner.withWorkloadProfileName(String workloadProfileName) Set the workloadProfileName property: Workload profile name for function app to execute on.