次の方法で共有


ManagementAssociations class

ManagementAssociations を表すクラス。

コンストラクター

ManagementAssociations(OperationsManagementClientContext)

ManagementAssociations を作成します。

メソッド

createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase)

ManagementAssociation を作成または更新します。

createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
createOrUpdate(string, string, ManagementAssociation, ServiceCallback<ManagementAssociation>)
deleteMethod(string, string, RequestOptionsBase)

サブスクリプションの ManagementAssociation を削除します。

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

ユーザー ManagementAssociation を取得します。

get(string, string, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
get(string, string, ServiceCallback<ManagementAssociation>)
listBySubscription(RequestOptionsBase)

ManagementAssociations リストを取得します。

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementAssociationPropertiesList>)
listBySubscription(ServiceCallback<ManagementAssociationPropertiesList>)

コンストラクターの詳細

ManagementAssociations(OperationsManagementClientContext)

ManagementAssociations を作成します。

new ManagementAssociations(client: OperationsManagementClientContext)

パラメーター

client
OperationsManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase)

ManagementAssociation を作成または更新します。

function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: RequestOptionsBase): Promise<ManagementAssociationsCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

parameters
ManagementAssociation

ManagementAssociation 拡張機能の作成に必要なパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementAssociationsCreateOrUpdateResponse>

createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase, ServiceCallback<ManagementAssociation>)

function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

parameters
ManagementAssociation

ManagementAssociation 拡張機能の作成に必要なパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementAssociation>

コールバック。

createOrUpdate(string, string, ManagementAssociation, ServiceCallback<ManagementAssociation>)

function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, callback: ServiceCallback<ManagementAssociation>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

parameters
ManagementAssociation

ManagementAssociation 拡張機能の作成に必要なパラメーター。

callback

ServiceCallback<ManagementAssociation>

コールバック。

deleteMethod(string, string, RequestOptionsBase)

サブスクリプションの ManagementAssociation を削除します。

function deleteMethod(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

callback

ServiceCallback<void>

コールバック。

get(string, string, RequestOptionsBase)

ユーザー ManagementAssociation を取得します。

function get(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<ManagementAssociationsGetResponse>

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementAssociationsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ManagementAssociation>)

function get(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementAssociation>

コールバック。

get(string, string, ServiceCallback<ManagementAssociation>)

function get(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<ManagementAssociation>)

パラメーター

resourceGroupName

string

取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。

managementAssociationName

string

ユーザー管理関連付け名。

callback

ServiceCallback<ManagementAssociation>

コールバック。

listBySubscription(RequestOptionsBase)

ManagementAssociations リストを取得します。

function listBySubscription(options?: RequestOptionsBase): Promise<ManagementAssociationsListBySubscriptionResponse>

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ManagementAssociationsListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementAssociationPropertiesList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociationPropertiesList>)

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ManagementAssociationPropertiesList>

コールバック。

listBySubscription(ServiceCallback<ManagementAssociationPropertiesList>)

function listBySubscription(callback: ServiceCallback<ManagementAssociationPropertiesList>)

パラメーター

callback

ServiceCallback<ManagementAssociationPropertiesList>

コールバック。