次の方法で共有


IBlank インターフェイス

定義

名前空間承認規則定義の最初のステージ。

public interface IBlank : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IWithCreate>
type IBlank = interface
    interface IWithListenOrSendOrManage<IWithCreate>
    interface IWithListen<IWithCreate>
    interface IWithSendOrManage<IWithCreate>
    interface IWithSend<IWithCreate>
    interface IWithManage<IWithCreate>
Public Interface IBlank
Implements IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
派生
実装

メソッド

WithListeningEnabled()

名前空間承認規則定義の最初のステージ。

(継承元 IWithListen<T>)
WithManagementEnabled()

名前空間承認規則定義の最初のステージ。

(継承元 IWithManage<T>)
WithSendingEnabled()

名前空間承認規則定義の最初のステージ。

(継承元 IWithSend<T>)

適用対象