Class VpnClientRootCertificate

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

public class VpnClientRootCertificate extends com.microsoft.azure.SubResource
VPN client root certificate of virtual network gateway.
  • Constructor Details

    • VpnClientRootCertificate

      public VpnClientRootCertificate()
  • Method Details

    • publicCertData

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

      public VpnClientRootCertificate withPublicCertData(String publicCertData)
      Set the certificate public data.
      Parameters:
      publicCertData - the publicCertData value to set
      Returns:
      the VpnClientRootCertificate object itself.
    • provisioningState

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

      public String name()
      Get the name of the resource that is unique within a resource group. This name can be used to access the resource.
      Returns:
      the name value
    • withName

      public VpnClientRootCertificate withName(String name)
      Set the name of the resource that is unique within a resource group. This name can be used to access the resource.
      Parameters:
      name - the name value to set
      Returns:
      the VpnClientRootCertificate object itself.
    • etag

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