Udostępnij przez


ISbAuthorizationRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbAuthorizationRulePropertiesTypeConverter))]
public interface ISbAuthorizationRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbAuthorizationRulePropertiesTypeConverter))>]
type ISbAuthorizationRuleProperties = interface
    interface IJsonSerializable
Public Interface ISbAuthorizationRuleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Rights

The rights associated with the rule.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to