ManagementConfigurations Interface

public interface ManagementConfigurations

Resource collection API of ManagementConfigurations.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new ManagementConfiguration resource.

abstract void deleteById(String id)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract void deleteByResourceGroup(String resourceGroupName, String managementConfigurationName)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

abstract ManagementConfiguration getById(String id)

Retrieve ManagementConfiguration.

abstract Response<ManagementConfiguration> getByIdWithResponse(String id, Context context)

Retrieve ManagementConfiguration.

abstract ManagementConfiguration getByResourceGroup(String resourceGroupName, String managementConfigurationName)

Retrieve ManagementConfiguration.

abstract Response<ManagementConfiguration> getByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Retrieve ManagementConfiguration.

abstract ManagementConfigurationPropertiesList listBySubscription()

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

abstract Response<ManagementConfigurationPropertiesList> listBySubscriptionWithResponse(Context context)

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Method Details

define

public abstract ManagementConfiguration.DefinitionStages.Blank define(String name)

Begins definition for a new ManagementConfiguration resource.

Parameters:

name - resource name.

Returns:

the first stage of the new ManagementConfiguration definition.

deleteById

public abstract void deleteById(String id)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteByResourceGroup

public abstract void deleteByResourceGroup(String resourceGroupName, String managementConfigurationName)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.

deleteByResourceGroupWithResponse

public abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Deletes the ManagementConfiguration Deletes the ManagementConfiguration in the subscription.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
context - The context to associate with this operation.

Returns:

getById

public abstract ManagementConfiguration getById(String id)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

id - the resource ID.

Returns:

the container for solution along with Response<T>.

getByIdWithResponse

public abstract Response<ManagementConfiguration> getByIdWithResponse(String id, Context context)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

getByResourceGroup

public abstract ManagementConfiguration getByResourceGroup(String resourceGroupName, String managementConfigurationName)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.

Returns:

the container for solution.

getByResourceGroupWithResponse

public abstract Response<ManagementConfiguration> getByResourceGroupWithResponse(String resourceGroupName, String managementConfigurationName, Context context)

Retrieve ManagementConfiguration. Retrieves the user ManagementConfiguration.

Parameters:

resourceGroupName - The name of the resource group to get. The name is case insensitive.
managementConfigurationName - User Management Configuration Name.
context - The context to associate with this operation.

Returns:

the container for solution along with Response<T>.

listBySubscription

public abstract ManagementConfigurationPropertiesList listBySubscription()

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Returns:

the list of ManagementConfiguration response.

listBySubscriptionWithResponse

public abstract Response<ManagementConfigurationPropertiesList> listBySubscriptionWithResponse(Context context)

Retrieves the ManagementConfigurations list for the subscription Retrieves the ManagementConfigurations list.

Parameters:

context - The context to associate with this operation.

Returns:

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

Applies to