Class AppServiceCertificateResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificateResourceInner
public final class AppServiceCertificateResourceInner
extends com.azure.core.management.Resource
Key Vault container ARM resource for a certificate that is purchased through Azure.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppServiceCertificateResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the keyVaultId property: Key Vault resource Id.Get the keyVaultSecretName property: Key Vault secret name.kind()Get the kind property: Kind of resource.Get the provisioningState property: Status of the Key Vault secret.voidvalidate()Validates the instance.withKeyVaultId(String keyVaultId) Set the keyVaultId property: Key Vault resource Id.withKeyVaultSecretName(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.Set the kind property: Kind of resource.withLocation(String location) Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AppServiceCertificateResourceInner
public AppServiceCertificateResourceInner()Creates an instance of AppServiceCertificateResourceInner class.
-
-
Method Details
-
kind
Get the kind property: Kind of resource.- Returns:
- the kind value.
-
withKind
Set the kind property: Kind of resource.- Parameters:
kind- the kind value to set.- Returns:
- the AppServiceCertificateResourceInner object itself.
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
keyVaultId
Get the keyVaultId property: Key Vault resource Id.- Returns:
- the keyVaultId value.
-
withKeyVaultId
Set the keyVaultId property: Key Vault resource Id.- Parameters:
keyVaultId- the keyVaultId value to set.- Returns:
- the AppServiceCertificateResourceInner object itself.
-
keyVaultSecretName
Get the keyVaultSecretName property: Key Vault secret name.- Returns:
- the keyVaultSecretName value.
-
withKeyVaultSecretName
Set the keyVaultSecretName property: Key Vault secret name.- Parameters:
keyVaultSecretName- the keyVaultSecretName value to set.- Returns:
- the AppServiceCertificateResourceInner object itself.
-
provisioningState
Get the provisioningState property: Status of the Key Vault secret.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-