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 Details

    • AppServiceCertificatePatchResourceInner

      public AppServiceCertificatePatchResourceInner()
  • Method Details

    • withKind

      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      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:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.