次の方法で共有


TenantSettingsOperationsExtensions.Get メソッド

定義

テナント設定を取得します。

public static Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract Get (this Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations operations, string resourceGroupName, string serviceName);
static member Get : Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract
<Extension()>
Public Function Get (operations As ITenantSettingsOperations, resourceGroupName As String, serviceName As String) As TenantSettingsContract

パラメーター

operations
ITenantSettingsOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

戻り値

適用対象