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 Enterprise |
| 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
Enterprise |
getById(String id)
Gets the enterprise mcc customer resource information using this get call. |
|
abstract
Response<Enterprise |
getByIdWithResponse(String id, Context context)
Gets the enterprise mcc customer resource information using this get call. |
|
abstract
Enterprise |
getByResourceGroup(String resourceGroupName, String customerResourceName)
Gets the enterprise mcc customer resource information using this get call. |
|
abstract
Response<Enterprise |
getByResourceGroupWithResponse(String resourceGroupName, String customerResourceName, Context context)
Gets the enterprise mcc customer resource information using this get call. |
|
abstract
Paged |
list()
This api gets information about all enterprise |
|
abstract
Paged |
list(Context context)
This api gets information about all enterprise |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
This api gets the information about all enterprise mcc customer resources under the given subscription and resource group. |
|
abstract
Paged |
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:
Returns:
delete
public abstract void delete(String resourceGroupName, String customerResourceName, Context context)
This api deletes an existing enterprise mcc customer resource.
Parameters:
deleteById
public abstract void deleteById(String id)
This api deletes an existing enterprise mcc customer resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
This api deletes an existing enterprise mcc customer resource.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String customerResourceName)
This api deletes an existing enterprise mcc customer resource.
Parameters:
getById
public abstract EnterpriseMccCustomerResource getById(String id)
Gets the enterprise mcc customer resource information using this get call.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<EnterpriseMccCustomerResource> getByIdWithResponse(String id, Context context)
Gets the enterprise mcc customer resource information using this get call.
Parameters:
Returns:
getByResourceGroup
public abstract EnterpriseMccCustomerResource getByResourceGroup(String resourceGroupName, String customerResourceName)
Gets the enterprise mcc customer resource information using this get call.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<EnterpriseMccCustomerResource> getByResourceGroupWithResponse(String resourceGroupName, String customerResourceName, Context context)
Gets the enterprise mcc customer resource information using this get call.
Parameters:
Returns:
list
public abstract PagedIterable<EnterpriseMccCustomerResource> list()
This api gets information about all enterpriseMccCustomer resources under the given subscription.
Returns:
list
public abstract PagedIterable<EnterpriseMccCustomerResource> list(Context context)
This api gets information about all enterpriseMccCustomer resources under the given subscription.
Parameters:
Returns:
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:
Returns:
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:
Returns: