Class AppServiceCertificatePatchResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificatePatchResourceInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
Key Vault container ARM resource for a certificate that is purchased through Azure.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppServiceCertificatePatchResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the keyVaultId property: Key Vault resource Id.Get the keyVaultSecretName property: Key Vault secret name.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.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
AppServiceCertificatePatchResourceInner
public AppServiceCertificatePatchResourceInner()Creates an instance of AppServiceCertificatePatchResourceInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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 AppServiceCertificatePatchResourceInner 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 AppServiceCertificatePatchResourceInner object itself.
-
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.
-