CustomDnsSuffixConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. CustomDnsSuffixConfigurationInner
- com.
- com.
- com.
public final class CustomDnsSuffixConfigurationInner
extends ProxyOnlyResource
Full view of the custom domain suffix configuration for ASEv3.
Constructor Summary
Constructor | Description |
---|---|
CustomDnsSuffixConfigurationInner() |
Creates an instance of Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
certificateUrl()
Get the certificate |
String |
dnsSuffix()
Get the dns |
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
keyVaultReferenceIdentity()
Get the key |
String |
name()
Get the name property: The name of the resource. |
String |
provisioningDetails()
Get the provisioning |
Custom |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Custom |
withCertificateUrl(String certificateUrl)
Set the certificate |
Custom |
withDnsSuffix(String dnsSuffix)
Set the dns |
Custom |
withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)
Set the key |
Custom |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
CustomDnsSuffixConfigurationInner
public CustomDnsSuffixConfigurationInner()
Creates an instance of CustomDnsSuffixConfigurationInner class.
Method Details
certificateUrl
public String certificateUrl()
Get the certificateUrl property: The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
Returns:
dnsSuffix
public String dnsSuffix()
Get the dnsSuffix property: The default custom domain suffix to use for all sites deployed on the ASE.
Returns:
fromJson
public static CustomDnsSuffixConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of CustomDnsSuffixConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CustomDnsSuffixConfigurationInner.id()Returns:
keyVaultReferenceIdentity
public String keyVaultReferenceIdentity()
Get the keyVaultReferenceIdentity property: The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CustomDnsSuffixConfigurationInner.name()Returns:
provisioningDetails
public String provisioningDetails()
Get the provisioningDetails property: The provisioningDetails property.
Returns:
provisioningState
public CustomDnsSuffixProvisioningState provisioningState()
Get the provisioningState property: The provisioningState property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomDnsSuffixConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CustomDnsSuffixConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CustomDnsSuffixConfigurationInner.validate()withCertificateUrl
public CustomDnsSuffixConfigurationInner withCertificateUrl(String certificateUrl)
Set the certificateUrl property: The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
Parameters:
Returns:
withDnsSuffix
public CustomDnsSuffixConfigurationInner withDnsSuffix(String dnsSuffix)
Set the dnsSuffix property: The default custom domain suffix to use for all sites deployed on the ASE.
Parameters:
Returns:
withKeyVaultReferenceIdentity
public CustomDnsSuffixConfigurationInner withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)
Set the keyVaultReferenceIdentity property: The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
Parameters:
Returns:
withKind
public CustomDnsSuffixConfigurationInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
CustomDnsSuffixConfigurationInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java