次の方法で共有


AadPropertiesOperationsExtensions.GetAsync メソッド

定義

ターゲット リージョン BCM スタンプから AAD プロパティをフェッチします。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADPropertiesResource> GetAsync(this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IAadPropertiesOperations operations, string azureRegion, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BMSAADPropertiesQueryObject> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IAadPropertiesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BMSAADPropertiesQueryObject> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADPropertiesResource>
<Extension()>
Public Function GetAsync (operations As IAadPropertiesOperations, azureRegion As String, Optional odataQuery As ODataQuery(Of BMSAADPropertiesQueryObject) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AADPropertiesResource)

パラメーター

operations
IAadPropertiesOperations

この拡張メソッドの操作グループ。

azureRegion
String

Api にヒットする Azure リージョン

odataQuery
ODataQuery<BMSAADPropertiesQueryObject>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象