Dela via


SbAuthorizationRuleListResult Class

Definition

The response to the List Namespace operation.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbAuthorizationRuleListResultTypeConverter))]
public class SbAuthorizationRuleListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbAuthorizationRuleListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbAuthorizationRuleListResultTypeConverter))>]
type SbAuthorizationRuleListResult = class
    interface ISbAuthorizationRuleListResult
    interface IJsonSerializable
Public Class SbAuthorizationRuleListResult
Implements ISbAuthorizationRuleListResult
Inheritance
SbAuthorizationRuleListResult
Attributes
Implements

Constructors

SbAuthorizationRuleListResult()

Creates an new SbAuthorizationRuleListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of Authorization Rules.

Value

Result of the List Authorization Rules operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbAuthorizationRuleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbAuthorizationRuleListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbAuthorizationRuleListResult.

FromJsonString(String)

Creates a new instance of SbAuthorizationRuleListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbAuthorizationRuleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to