ManagementAssociations class
ManagementAssociations を表すクラス。
コンストラクター
| Management |
ManagementAssociations を作成します。 |
メソッド
コンストラクターの詳細
ManagementAssociations(OperationsManagementClientContext)
ManagementAssociations を作成します。
new ManagementAssociations(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
コールバック
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
コールバック
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<ManagementAssociationsGetResponse>
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
コールバック
get(string, string, ServiceCallback<ManagementAssociation>)
function get(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<ManagementAssociation>)
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前。 名前では大文字と小文字が区別されません。
- managementAssociationName
-
string
ユーザー管理の関連付け名。
- callback
コールバック
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
省略可能なパラメーター
コールバック
listBySubscription(ServiceCallback<ManagementAssociationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementAssociationPropertiesList>)
パラメーター
コールバック