AuthorizationRuleProperties 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.
Properties supplied to create or update AuthorizationRule
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.AuthorizationRulePropertiesTypeConverter))]
public class AuthorizationRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IAuthorizationRuleProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.AuthorizationRulePropertiesTypeConverter))>]
type AuthorizationRuleProperties = class
interface IAuthorizationRuleProperties
interface IJsonSerializable
Public Class AuthorizationRuleProperties
Implements IAuthorizationRuleProperties
- Inheritance
-
AuthorizationRuleProperties
- Attributes
- Implements
Constructors
AuthorizationRuleProperties() |
Creates an new AuthorizationRuleProperties instance. |
Properties
Rights |
The rights associated with the rule. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AuthorizationRuleProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AuthorizationRuleProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IAuthorizationRuleProperties. |
FromJsonString(String) |
Creates a new instance of AuthorizationRuleProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AuthorizationRuleProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |