AuthorizationRule Class

Definition

Single item in a List or Get AuthorizationRule operation

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

Constructors

AuthorizationRule()

Initializes a new instance of the AuthorizationRule class.

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

Initializes a new instance of the AuthorizationRule 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