Class ApplicationGatewayTrustedRootCertificate

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayTrustedRootCertificate

public class ApplicationGatewayTrustedRootCertificate extends com.microsoft.azure.SubResource
Trusted Root certificates of an application gateway.
  • Constructor Details

    • ApplicationGatewayTrustedRootCertificate

      public ApplicationGatewayTrustedRootCertificate()
  • Method Details

    • data

      public String data()
      Get certificate public data.
      Returns:
      the data value
    • withData

      Set certificate public data.
      Parameters:
      data - the data value to set
      Returns:
      the ApplicationGatewayTrustedRootCertificate object itself.
    • keyVaultSecretId

      public String keyVaultSecretId()
      Get secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
      Returns:
      the keyVaultSecretId value
    • withKeyVaultSecretId

      public ApplicationGatewayTrustedRootCertificate withKeyVaultSecretId(String keyVaultSecretId)
      Set secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
      Parameters:
      keyVaultSecretId - the keyVaultSecretId value to set
      Returns:
      the ApplicationGatewayTrustedRootCertificate object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the trusted root certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String name()
      Get name of the trusted root certificate that is unique within an Application Gateway.
      Returns:
      the name value
    • withName

      Set name of the trusted root certificate that is unique within an Application Gateway.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationGatewayTrustedRootCertificate object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value
    • type

      public String type()
      Get type of the resource.
      Returns:
      the type value