次の方法で共有


OrganizationOperationsOperationsExtensions.GetAsync メソッド

定義

特定の Organization リソースのプロパティを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Confluent.Models.OrganizationResource> GetAsync (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations, string resourceGroupName, string organizationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>
<Extension()>
Public Function GetAsync (operations As IOrganizationOperationsOperations, resourceGroupName As String, organizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OrganizationResource)

パラメーター

operations
IOrganizationOperationsOperations

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

resourceGroupName
String

リソース グループ名

organizationName
String

組織のリソース名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象