Class ClusterPrincipalAssignmentCheckNameRequest


  • public final class ClusterPrincipalAssignmentCheckNameRequest
    extends Object
    A principal assignment check name availability request.
    • Constructor Detail

      • ClusterPrincipalAssignmentCheckNameRequest

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

      • name

        public String name()
        Get the name property: Principal Assignment resource name.
        Returns:
        the name value.
      • withName

        public ClusterPrincipalAssignmentCheckNameRequest withName​(String name)
        Set the name property: Principal Assignment resource name.
        Parameters:
        name - the name value to set.
        Returns:
        the ClusterPrincipalAssignmentCheckNameRequest object itself.
      • type

        public String type()
        Get the type property: The type of resource, Microsoft.Synapse/workspaces/kustoPools/principalAssignments.
        Returns:
        the type value.
      • withType

        public ClusterPrincipalAssignmentCheckNameRequest withType​(String type)
        Set the type property: The type of resource, Microsoft.Synapse/workspaces/kustoPools/principalAssignments.
        Parameters:
        type - the type value to set.
        Returns:
        the ClusterPrincipalAssignmentCheckNameRequest object itself.
      • validate

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