Class AppServiceCertificatePatchResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificatePatchResourceInner
-
public final class AppServiceCertificatePatchResourceInner extends ProxyOnlyResource
Key Vault container ARM resource for a certificate that is purchased through Azure.
-
-
Constructor Summary
Constructors Constructor Description AppServiceCertificatePatchResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringkeyVaultId()Get the keyVaultId property: Key Vault resource Id.StringkeyVaultSecretName()Get the keyVaultSecretName property: Key Vault secret name.KeyVaultSecretStatusprovisioningState()Get the provisioningState property: Status of the Key Vault secret.voidvalidate()Validates the instance.AppServiceCertificatePatchResourceInnerwithKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault resource Id.AppServiceCertificatePatchResourceInnerwithKeyVaultSecretName(String keyVaultSecretName)Set the keyVaultSecretName property: Key Vault secret name.AppServiceCertificatePatchResourceInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public AppServiceCertificatePatchResourceInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
keyVaultId
public String keyVaultId()
Get the keyVaultId property: Key Vault resource Id.- Returns:
- the keyVaultId value.
-
withKeyVaultId
public AppServiceCertificatePatchResourceInner withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.- Parameters:
keyVaultId- the keyVaultId value to set.- Returns:
- the AppServiceCertificatePatchResourceInner object itself.
-
keyVaultSecretName
public String keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.- Returns:
- the keyVaultSecretName value.
-
withKeyVaultSecretName
public AppServiceCertificatePatchResourceInner withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.- Parameters:
keyVaultSecretName- the keyVaultSecretName value to set.- Returns:
- the AppServiceCertificatePatchResourceInner object itself.
-
provisioningState
public KeyVaultSecretStatus provisioningState()
Get the provisioningState property: Status of the Key Vault secret.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-