ManagementGroupsApi インターフェイス
public interface ManagementGroupsApi
ManagementGroupsApi クラスのインターフェイス。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| abstract String |
getApiVersion()
Api バージョンを取得します。 |
| abstract Duration |
getDefaultPollInterval()
実行時間の長い操作の既定のポーリング間隔を取得します。 |
| abstract String |
getEndpoint()
サーバー パラメーターを取得します。 |
|
abstract
Entities |
getEntities()
操作にアクセスするための Entities |
|
abstract
Hierarchy |
getHierarchySettingsOperations()
操作にアクセスするための階層 |
|
abstract
Http |
getHttpPipeline()
要求を送信する HTTP パイプラインを取得します。 |
|
abstract
Management |
getManagementGroupSubscriptions()
操作にアクセスするための管理 |
|
abstract
Management |
getManagementGroups()
操作にアクセスするための管理 |
|
abstract
Operations |
getOperations()
操作にアクセスするための Operations |
|
abstract
Resource |
getResourceProviders()
操作にアクセスするためのリソース |
メソッドの詳細
getApiVersion
public abstract String getApiVersion()
Api バージョンを取得します。
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
実行時間の長い操作の既定のポーリング間隔を取得します。
Returns:
getEndpoint
public abstract String getEndpoint()
サーバー パラメーターを取得します。
Returns:
getEntities
public abstract EntitiesClient getEntities()
操作にアクセスする EntitiesClient オブジェクトを取得します。
Returns:
getHierarchySettingsOperations
public abstract HierarchySettingsOperationsClient getHierarchySettingsOperations()
操作にアクセスするための HierarchySettingsOperationsClient オブジェクトを取得します。
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
要求を送信する HTTP パイプラインを取得します。
Returns:
getManagementGroupSubscriptions
public abstract ManagementGroupSubscriptionsClient getManagementGroupSubscriptions()
操作にアクセスするための ManagementGroupSubscriptionsClient オブジェクトを取得します。
Returns:
getManagementGroups
public abstract ManagementGroupsClient getManagementGroups()
操作にアクセスするための ManagementGroupsClient オブジェクトを取得します。
Returns:
getOperations
public abstract OperationsClient getOperations()
操作にアクセスするための OperationsClient オブジェクトを取得します。
Returns:
getResourceProviders
public abstract ResourceProvidersClient getResourceProviders()
操作にアクセスするための ResourceProvidersClient オブジェクトを取得します。
Returns: