Class NameAvailabilityParameters


  • public final class NameAvailabilityParameters
    extends Object
    Data POST-ed to the nameAvailability action.
    • Constructor Detail

      • NameAvailabilityParameters

        public NameAvailabilityParameters()
    • Method Detail

      • type

        public String type()
        Get the type property: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub".
        Returns:
        the type value.
      • withType

        public NameAvailabilityParameters withType​(String type)
        Set the type property: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub".
        Parameters:
        type - the type value to set.
        Returns:
        the NameAvailabilityParameters object itself.
      • name

        public String name()
        Get the name property: The resource name to validate. e.g."my-resource-name".
        Returns:
        the name value.
      • withName

        public NameAvailabilityParameters withName​(String name)
        Set the name property: The resource name to validate. e.g."my-resource-name".
        Parameters:
        name - the name value to set.
        Returns:
        the NameAvailabilityParameters object itself.
      • validate

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