SbAuthorizationRuleListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.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() |