AuthorizationRuleListResult Class

Definition

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

Constructors

AuthorizationRuleListResult()

Properties

NextLink
Value

Methods

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

Applies to