Grant-RabbitMQUserPermission

Copy
NAME
    Grant-RabbitMqUserPermission
    
SYNOPSIS
    Grants a RabbitMq permissions
    
    
SYNTAX
    Grant-RabbitMqUserPermission -UserName <string> [-VirtualHost <string>] [<CommonParameters>]
    
    
DESCRIPTION
    
    

PARAMETERS
    -VirtualHost <string>
        Gets or sets the virtual host.
        
    -VHost <string>
        Gets or sets the virtual host.
        
        This is an alias of the VirtualHost parameter.
        
    -UserName <string>
        Gets or sets the name of the rabbit mq user.
        
    -RabbitMqUserName <string>
        Gets or sets the name of the rabbit mq user.
        
        This is an alias of the UserName parameter.
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
    ----------  EXAMPLE 1  ----------
    
    PS C:\>New-BasicRabbitMqUser
    
REMARKS
    To see the examples, type: "get-help Grant-RabbitMqUserPermission -examples".
    For more information, type: "get-help Grant-RabbitMqUserPermission -detailed".
    For technical information, type: "get-help Grant-RabbitMqUserPermission -full".
    For online help, type: "get-help Grant-RabbitMqUserPermission -online"