Udostępnij przez


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

Constructors

Name Description
SbAuthorizationRuleListResult()

Creates an new SbAuthorizationRuleListResult instance.

Properties

Name Description
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

Name Description
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.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