Share via


SBAuthorizationRule Class

Definition

Description of a namespace authorization rule.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SBAuthorizationRule : Microsoft.Azure.Management.ServiceBus.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SBAuthorizationRule = class
    inherit ProxyResource
Public Class SBAuthorizationRule
Inherits ProxyResource
Inheritance
SBAuthorizationRule
Attributes

Constructors

SBAuthorizationRule()

Initializes a new instance of the SBAuthorizationRule class.

SBAuthorizationRule(IList<String>, String, String, String, String, SystemData)

Initializes a new instance of the SBAuthorizationRule class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
Rights

Gets or sets the rights associated with the rule.

SystemData

Gets the system meta data relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to