Class ManagedPrivateEndpointsCheckNameRequest


  • public final class ManagedPrivateEndpointsCheckNameRequest
    extends Object
    The result returned from a managedPrivateEndpoints check name availability request.
    • Constructor Detail

      • ManagedPrivateEndpointsCheckNameRequest

        public ManagedPrivateEndpointsCheckNameRequest()
        Creates an instance of ManagedPrivateEndpointsCheckNameRequest class.
    • Method Detail

      • name

        public String name()
        Get the name property: Managed private endpoint resource name.
        Returns:
        the name value.
      • withName

        public ManagedPrivateEndpointsCheckNameRequest withName​(String name)
        Set the name property: Managed private endpoint resource name.
        Parameters:
        name - the name value to set.
        Returns:
        the ManagedPrivateEndpointsCheckNameRequest object itself.
      • type

        public String type()
        Get the type property: The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints.
        Returns:
        the type value.
      • withType

        public ManagedPrivateEndpointsCheckNameRequest withType​(String type)
        Set the type property: The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints.
        Parameters:
        type - the type value to set.
        Returns:
        the ManagedPrivateEndpointsCheckNameRequest object itself.
      • validate

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