次の方法で共有


IDefinition インターフェイス

定義

イベント ハブのディザスター リカバリー ペアリング定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithPrimaryNamespace
    interface IWithSecondaryNamespace
    interface IWithCreate
    interface ICreatable<IEventHubDisasterRecoveryPairing>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubDisasterRecoveryPairing), IWithCreate, IWithSecondaryNamespace
実装

プロパティ

Key

イベント ハブのディザスター リカバリー ペアリング定義の全体。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithExistingPrimaryNamespace(IEventHubNamespace)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

(継承元 IWithPrimaryNamespace)
WithExistingPrimaryNamespace(String, String)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

(継承元 IWithPrimaryNamespace)
WithExistingPrimaryNamespaceId(String)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

(継承元 IWithPrimaryNamespace)
WithExistingSecondaryNamespace(IEventHubNamespace)

ディザスター リカバリー ペアリングで、指定された名前空間をセカンダリ名前空間として使用するように指定します。

(継承元 IWithSecondaryNamespace)
WithExistingSecondaryNamespaceId(String)

ディザスター リカバリー ペアリングで、指定された名前空間をセカンダリ名前空間として使用するように指定します。

(継承元 IWithSecondaryNamespace)
WithNewPrimaryNamespace(ICreatable<IEventHubNamespace>)

ディザスター リカバリー ペアリングで、指定された名前空間をプライマリ名前空間として使用することを指定します。

(継承元 IWithPrimaryNamespace)
WithNewSecondaryNamespace(ICreatable<IEventHubNamespace>)

ディザスター リカバリー ペアリングで、指定された名前空間をセカンダリ名前空間として使用するように指定します。

(継承元 IWithSecondaryNamespace)

適用対象