次の方法で共有


ManagementAssociations interface

ManagementAssociations を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, string, string, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams)

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

delete(string, string, string, string, string, ManagementAssociationsDeleteOptionalParams)

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

get(string, string, string, string, string, ManagementAssociationsGetOptionalParams)

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

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

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
ManagementAssociationsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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
ManagementAssociationsDeleteOptionalParams

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
ManagementAssociationsGetOptionalParams

options パラメーター。

戻り値

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

ManagementAssociations リストを取得します。

function listBySubscription(options?: ManagementAssociationsListBySubscriptionOptionalParams): Promise<ManagementAssociationPropertiesList>

パラメーター

options
ManagementAssociationsListBySubscriptionOptionalParams

options パラメーター。

戻り値