Class VpnClientRootCertificate


  • public final class VpnClientRootCertificate
    extends com.azure.core.management.SubResource
    VPN client root certificate of virtual network gateway.
    • Constructor Detail

      • VpnClientRootCertificate

        public VpnClientRootCertificate()
    • Method Detail

      • name

        public String name()
        Get the name property: 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 property: 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 the etag property: A unique read-only string that changes whenever the resource is updated.
        Returns:
        the etag value.
      • publicCertData

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

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

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state of the VPN client root certificate resource.
        Returns:
        the provisioningState value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.