v7

latestSwagger 2.0raw.githubusercontent.com2022-03-02111429.5 KB
Associations

Create or update an association.

put/{scope}/providers/Microsoft.CustomProviders/associations/{associationName}

Path parameters

scopestring required

The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource.

associationNamestring required

The name of the association.

Query parameters

api-versionstring required

The API version to be used with the HTTP request.

Request body

idstring

The association id.

namestring

The association name.

typestring

The association type.

Response

OK. Association already exists and the changes have been accepted.

idstring

The association id.

namestring

The association name.

typestring

The association type.