ManagementAssociations interface
ManagementAssociations を表すインターフェイス。
メソッド
create |
ManagementAssociation を作成または更新します。 |
delete(string, string, string, string, string, Management |
サブスクリプションの ManagementAssociation を削除します。 |
get(string, string, string, string, string, Management |
ユーザー ManagementAssociation を取得します。 |
list |
ManagementAssociations リストを取得します。 |
メソッドの詳細
createOrUpdate(string, string, string, string, string, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams)
ManagementAssociation を作成または更新します。
function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: ManagementAssociationsCreateOrUpdateOptionalParams): Promise<ManagementAssociation>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- providerName
-
string
親リソースのプロバイダー名。
- resourceType
-
string
親リソースのリソースの種類
- resourceName
-
string
親リソース名。
- managementAssociationName
-
string
ユーザー管理関連付け名。
- parameters
- ManagementAssociation
ManagementAssociation 拡張機能の作成に必要なパラメーター。
options パラメーター。
戻り値
Promise<ManagementAssociation>
delete(string, string, string, string, string, ManagementAssociationsDeleteOptionalParams)
サブスクリプションの ManagementAssociation を削除します。
function delete(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- providerName
-
string
親リソースのプロバイダー名。
- resourceType
-
string
親リソースのリソースの種類
- resourceName
-
string
親リソース名。
- managementAssociationName
-
string
ユーザー管理関連付け名。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, string, string, ManagementAssociationsGetOptionalParams)
ユーザー ManagementAssociation を取得します。
function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsGetOptionalParams): Promise<ManagementAssociation>
パラメーター
- resourceGroupName
-
string
取得するリソース グループの名前です。 名前の大文字と小文字は区別されます。
- providerName
-
string
親リソースのプロバイダー名。
- resourceType
-
string
親リソースのリソースの種類
- resourceName
-
string
親リソース名。
- managementAssociationName
-
string
ユーザー管理関連付け名。
options パラメーター。
戻り値
Promise<ManagementAssociation>
listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)
ManagementAssociations リストを取得します。
function listBySubscription(options?: ManagementAssociationsListBySubscriptionOptionalParams): Promise<ManagementAssociationPropertiesList>
パラメーター
options パラメーター。
戻り値
Promise<ManagementAssociationPropertiesList>
Azure SDK for JavaScript