CustomEntityStoreAssignments Interface

public interface CustomEntityStoreAssignments

Resource collection API of CustomEntityStoreAssignments.

Method Summary

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

Begins definition for a new CustomEntityStoreAssignment resource.

abstract void deleteById(String id)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

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

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

abstract void deleteByResourceGroup(String resourceGroupName, String customEntityStoreAssignmentName)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

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

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

abstract CustomEntityStoreAssignment getById(String id)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

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

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

abstract CustomEntityStoreAssignment getByResourceGroup(String resourceGroupName, String customEntityStoreAssignmentName)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

abstract Response<CustomEntityStoreAssignment> getByResourceGroupWithResponse(String resourceGroupName, String customEntityStoreAssignmentName, Context context)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

abstract PagedIterable<CustomEntityStoreAssignment> list()

List custom entity store assignments in a subscription List custom entity store assignments by provided subscription.

abstract PagedIterable<CustomEntityStoreAssignment> list(Context context)

List custom entity store assignments in a subscription List custom entity store assignments by provided subscription.

abstract PagedIterable<CustomEntityStoreAssignment> listByResourceGroup(String resourceGroupName)

List custom entity store assignments in a subscription and a resource group List custom entity store assignments by a provided subscription and resource group.

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

List custom entity store assignments in a subscription and a resource group List custom entity store assignments by a provided subscription and resource group.

Method Details

define

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

Begins definition for a new CustomEntityStoreAssignment resource.

Parameters:

name - resource name.

Returns:

the first stage of the new CustomEntityStoreAssignment definition.

deleteById

public abstract void deleteById(String id)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response deleteByIdWithResponse(String id, Context context)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

Parameters:

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

Returns:

deleteByResourceGroup

public abstract void deleteByResourceGroup(String resourceGroupName, String customEntityStoreAssignmentName)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
customEntityStoreAssignmentName - Name of the custom entity store assignment. Generated name is GUID.

deleteByResourceGroupWithResponse

public abstract Response deleteByResourceGroupWithResponse(String resourceGroupName, String customEntityStoreAssignmentName, Context context)

Deleted a custom entity store assignment Delete a custom entity store assignment by name for a provided subscription.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
customEntityStoreAssignmentName - Name of the custom entity store assignment. Generated name is GUID.
context - The context to associate with this operation.

Returns:

getById

public abstract CustomEntityStoreAssignment getById(String id)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

Parameters:

id - the resource ID.

Returns:

a single custom entity store assignment by name for the provided subscription and resource group along with Response<T>.

getByIdWithResponse

public abstract Response getByIdWithResponse(String id, Context context)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

Parameters:

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

Returns:

a single custom entity store assignment by name for the provided subscription and resource group along with Response<T>.

getByResourceGroup

public abstract CustomEntityStoreAssignment getByResourceGroup(String resourceGroupName, String customEntityStoreAssignmentName)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
customEntityStoreAssignmentName - Name of the custom entity store assignment. Generated name is GUID.

Returns:

a single custom entity store assignment by name for the provided subscription and resource group.

getByResourceGroupWithResponse

public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String customEntityStoreAssignmentName, Context context)

Gets a custom entity store assignment Gets a single custom entity store assignment by name for the provided subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
customEntityStoreAssignmentName - Name of the custom entity store assignment. Generated name is GUID.
context - The context to associate with this operation.

Returns:

a single custom entity store assignment by name for the provided subscription and resource group along with Response<T>.

list

public abstract PagedIterable list()

List custom entity store assignments in a subscription List custom entity store assignments by provided subscription.

Returns:

a list of custom entity store assignments as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

List custom entity store assignments in a subscription List custom entity store assignments by provided subscription.

Parameters:

context - The context to associate with this operation.

Returns:

a list of custom entity store assignments as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName)

List custom entity store assignments in a subscription and a resource group List custom entity store assignments by a provided subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.

Returns:

a list of custom entity store assignments as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)

List custom entity store assignments in a subscription and a resource group List custom entity store assignments by a provided subscription and resource group.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
context - The context to associate with this operation.

Returns:

a list of custom entity store assignments as paginated response with PagedIterable<T>.

Applies to