Compartir a través de


EnterpriseMccCustomers Interface

public interface EnterpriseMccCustomers

Resource collection API of EnterpriseMccCustomers.

Method Summary

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

Begins definition for a new EnterpriseMccCustomerResource resource.

abstract void delete(String resourceGroupName, String customerResourceName, Context context)

This api deletes an existing enterprise mcc customer resource.

abstract void deleteById(String id)

This api deletes an existing enterprise mcc customer resource.

abstract void deleteByIdWithResponse(String id, Context context)

This api deletes an existing enterprise mcc customer resource.

abstract void deleteByResourceGroup(String resourceGroupName, String customerResourceName)

This api deletes an existing enterprise mcc customer resource.

abstract EnterpriseMccCustomerResource getById(String id)

Gets the enterprise mcc customer resource information using this get call.

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

Gets the enterprise mcc customer resource information using this get call.

abstract EnterpriseMccCustomerResource getByResourceGroup(String resourceGroupName, String customerResourceName)

Gets the enterprise mcc customer resource information using this get call.

abstract Response<EnterpriseMccCustomerResource> getByResourceGroupWithResponse(String resourceGroupName, String customerResourceName, Context context)

Gets the enterprise mcc customer resource information using this get call.

abstract PagedIterable<EnterpriseMccCustomerResource> list()

This api gets information about all enterpriseMccCustomer resources under the given subscription.

abstract PagedIterable<EnterpriseMccCustomerResource> list(Context context)

This api gets information about all enterpriseMccCustomer resources under the given subscription.

abstract PagedIterable<EnterpriseMccCustomerResource> listByResourceGroup(String resourceGroupName)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group.

abstract PagedIterable<EnterpriseMccCustomerResource> listByResourceGroup(String resourceGroupName, Context context)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group.

Method Details

define

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

Begins definition for a new EnterpriseMccCustomerResource resource.

Parameters:

name - resource name.

Returns:

the first stage of the new EnterpriseMccCustomerResource definition.

delete

public abstract void delete(String resourceGroupName, String customerResourceName, Context context)

This api deletes an existing enterprise mcc customer resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
customerResourceName - Name of the Customer resource.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

This api deletes an existing enterprise mcc customer resource.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

This api deletes an existing enterprise mcc customer resource.

Parameters:

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

deleteByResourceGroup

public abstract void deleteByResourceGroup(String resourceGroupName, String customerResourceName)

This api deletes an existing enterprise mcc customer resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
customerResourceName - Name of the Customer resource.

getById

public abstract EnterpriseMccCustomerResource getById(String id)

Gets the enterprise mcc customer resource information using this get call.

Parameters:

id - the resource ID.

Returns:

the enterprise mcc customer resource information using this get call along with Response<T>.

getByIdWithResponse

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

Gets the enterprise mcc customer resource information using this get call.

Parameters:

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

Returns:

the enterprise mcc customer resource information using this get call along with Response<T>.

getByResourceGroup

public abstract EnterpriseMccCustomerResource getByResourceGroup(String resourceGroupName, String customerResourceName)

Gets the enterprise mcc customer resource information using this get call.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
customerResourceName - Name of the Customer resource.

Returns:

the enterprise mcc customer resource information using this get call.

getByResourceGroupWithResponse

public abstract Response<EnterpriseMccCustomerResource> getByResourceGroupWithResponse(String resourceGroupName, String customerResourceName, Context context)

Gets the enterprise mcc customer resource information using this get call.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
customerResourceName - Name of the Customer resource.
context - The context to associate with this operation.

Returns:

the enterprise mcc customer resource information using this get call along with Response<T>.

list

public abstract PagedIterable<EnterpriseMccCustomerResource> list()

This api gets information about all enterpriseMccCustomer resources under the given subscription.

Returns:

the response of a EnterpriseMccCustomerResource list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<EnterpriseMccCustomerResource> list(Context context)

This api gets information about all enterpriseMccCustomer resources under the given subscription.

Parameters:

context - The context to associate with this operation.

Returns:

the response of a EnterpriseMccCustomerResource list operation as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<EnterpriseMccCustomerResource> listByResourceGroup(String resourceGroupName)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

the response of a EnterpriseMccCustomerResource list operation as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<EnterpriseMccCustomerResource> listByResourceGroup(String resourceGroupName, Context context)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

the response of a EnterpriseMccCustomerResource list operation as paginated response with PagedIterable<T>.

Applies to