Share via


AuthorizationRuleProperties Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.AuthorizationRulePropertiesTypeConverter))]
public class AuthorizationRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IAuthorizationRuleProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.AuthorizationRulePropertiesTypeConverter))>]
type AuthorizationRuleProperties = class
    interface IAuthorizationRuleProperties
    interface IJsonSerializable
Public Class AuthorizationRuleProperties
Implements IAuthorizationRuleProperties
Inheritance
AuthorizationRuleProperties
Attributes
Implements

Constructors

AuthorizationRuleProperties()

Properties

Rights

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to