Class 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 Detail

      • AppServiceCertificateResourceInner

        public AppServiceCertificateResourceInner()
    • Method Detail

      • kind

        public String kind()
        Get the kind property: Kind of resource.
        Returns:
        the kind value.
      • withKind

        public AppServiceCertificateResourceInner withKind​(String kind)
        Set the kind property: Kind of resource.
        Parameters:
        kind - the kind value to set.
        Returns:
        the AppServiceCertificateResourceInner object itself.
      • 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.