ManagementAssociationsClient Interface

public interface ManagementAssociationsClient

An instance of this class provides access to all the operations defined in ManagementAssociationsClient.

Method Summary

Modifier and Type Method and Description
abstract ManagementAssociationInner createOrUpdate(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, ManagementAssociationInner parameters)

Create/Update ManagementAssociation.

abstract Response<ManagementAssociationInner> createOrUpdateWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, ManagementAssociationInner parameters, Context context)

Create/Update ManagementAssociation.

abstract void delete(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName)

Deletes the ManagementAssociation

abstract Response<Void> deleteWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, Context context)

Deletes the ManagementAssociation

abstract ManagementAssociationInner get(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName)

Retrieve ManagementAssociation.

abstract Response<ManagementAssociationInner> getWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, Context context)

Retrieve ManagementAssociation.

abstract ManagementAssociationPropertiesListInner listBySubscription()

Retrieves the ManagementAssociations list for the subscription

abstract Response<ManagementAssociationPropertiesListInner> listBySubscriptionWithResponse(Context context)

Retrieves the ManagementAssociations list for the subscription

Method Details

createOrUpdate

public abstract ManagementAssociationInner createOrUpdate(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, ManagementAssociationInner parameters)

Create/Update ManagementAssociation.

Creates or updates the ManagementAssociation.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.
parameters - The parameters required to create ManagementAssociation extension.

Returns:

the container for solution.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, ManagementAssociationInner parameters, Context context)

Create/Update ManagementAssociation.

Creates or updates the ManagementAssociation.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.
parameters - The parameters required to create ManagementAssociation extension.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

delete

public abstract void delete(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName)

Deletes the ManagementAssociation

Deletes the ManagementAssociation in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, Context context)

Deletes the ManagementAssociation

Deletes the ManagementAssociation in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.
context - The context to associate with this operation.

Returns:

get

public abstract ManagementAssociationInner get(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName)

Retrieve ManagementAssociation.

Retrieves the user ManagementAssociation.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.

Returns:

the container for solution.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String managementAssociationName, Context context)

Retrieve ManagementAssociation.

Retrieves the user ManagementAssociation.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
providerName - Provider name for the parent resource.
resourceType - Resource type for the parent resource.
resourceName - Parent resource name.
managementAssociationName - User ManagementAssociation Name.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

listBySubscription

public abstract ManagementAssociationPropertiesListInner listBySubscription()

Retrieves the ManagementAssociations list for the subscription

Retrieves the ManagementAssociations list.

Returns:

the list of ManagementAssociation response.

listBySubscriptionWithResponse

public abstract Response listBySubscriptionWithResponse(Context context)

Retrieves the ManagementAssociations list for the subscription

Retrieves the ManagementAssociations list.

Parameters:

context - The context to associate with this operation.

Returns:

the list of ManagementAssociation response along with Response<T>.

Applies to