ManagementAssociations interface

Interface representing a ManagementAssociations.

Methods

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

Creates or updates the ManagementAssociation.

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

Deletes the ManagementAssociation in the subscription.

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

Retrieves the user ManagementAssociation.

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

Retrieves the ManagementAssociations list.

Method Details

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

Creates or updates the ManagementAssociation.

function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: ManagementAssociationsCreateOrUpdateOptionalParams): Promise<ManagementAssociation>

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

providerName

string

Provider name for the parent resource.

resourceType

string

Resource type for the parent resource

resourceName

string

Parent resource name.

managementAssociationName

string

User ManagementAssociation Name.

parameters
ManagementAssociation

The parameters required to create ManagementAssociation extension.

options
ManagementAssociationsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

Deletes the ManagementAssociation in the subscription.

function delete(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

providerName

string

Provider name for the parent resource.

resourceType

string

Resource type for the parent resource

resourceName

string

Parent resource name.

managementAssociationName

string

User ManagementAssociation Name.

options
ManagementAssociationsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

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

Retrieves the user ManagementAssociation.

function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsGetOptionalParams): Promise<ManagementAssociation>

Parameters

resourceGroupName

string

The name of the resource group to get. The name is case insensitive.

providerName

string

Provider name for the parent resource.

resourceType

string

Resource type for the parent resource

resourceName

string

Parent resource name.

managementAssociationName

string

User ManagementAssociation Name.

options
ManagementAssociationsGetOptionalParams

The options parameters.

Returns

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

Retrieves the ManagementAssociations list.

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

Parameters

Returns