public final class AppServiceCertificateResourceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
AppServiceCertificateResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyVaultId()
Get the keyVaultId property: Key Vault resource Id.
|
String |
keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.
|
String |
kind()
Get the kind property: Kind of resource.
|
KeyVaultSecretStatus |
provisioningState()
Get the provisioningState property: Status of the Key Vault secret.
|
void |
validate()
Validates the instance.
|
AppServiceCertificateResourceInner |
withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.
|
AppServiceCertificateResourceInner |
withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
|
AppServiceCertificateResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
AppServiceCertificateResourceInner |
withLocation(String location) |
AppServiceCertificateResourceInner |
withTags(Map<String,String> tags) |
public String kind()
public AppServiceCertificateResourceInner withKind(String kind)
kind - the kind value to set.public AppServiceCertificateResourceInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic AppServiceCertificateResourceInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic String keyVaultId()
public AppServiceCertificateResourceInner withKeyVaultId(String keyVaultId)
keyVaultId - the keyVaultId value to set.public String keyVaultSecretName()
public AppServiceCertificateResourceInner withKeyVaultSecretName(String keyVaultSecretName)
keyVaultSecretName - the keyVaultSecretName value to set.public KeyVaultSecretStatus provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.