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 Details

    • AppServiceCertificateResourceInner

      public AppServiceCertificateResourceInner()
  • Method Details

    • kind

      public String 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

      public AppServiceCertificateResourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      Overrides:
      withTags in class com.azure.core.management.Resource
    • keyVaultId

      public String keyVaultId()
      Get the keyVaultId property: Key Vault resource Id.
      Returns:
      the keyVaultId value.
    • withKeyVaultId

      public AppServiceCertificateResourceInner withKeyVaultId(String keyVaultId)
      Set the keyVaultId property: Key Vault resource Id.
      Parameters:
      keyVaultId - the keyVaultId value to set.
      Returns:
      the AppServiceCertificateResourceInner object itself.
    • keyVaultSecretName

      public String keyVaultSecretName()
      Get the keyVaultSecretName property: Key Vault secret name.
      Returns:
      the keyVaultSecretName value.
    • withKeyVaultSecretName

      public AppServiceCertificateResourceInner withKeyVaultSecretName(String keyVaultSecretName)
      Set the keyVaultSecretName property: Key Vault secret name.
      Parameters:
      keyVaultSecretName - the keyVaultSecretName value to set.
      Returns:
      the AppServiceCertificateResourceInner 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.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.