CustomEntityStoreAssignments interface
Interface representing a CustomEntityStoreAssignments.
Methods
create(string, string, Custom |
Creates a custom entity store assignment for the provided subscription, if not already exists. |
delete(string, string, Custom |
Delete a custom entity store assignment by name for a provided subscription |
get(string, string, Custom |
Gets a single custom entity store assignment by name for the provided subscription and resource group. |
list |
List custom entity store assignments by a provided subscription and resource group |
list |
List custom entity store assignments by provided subscription |
Method Details
create(string, string, CustomEntityStoreAssignmentRequest, CustomEntityStoreAssignmentsCreateOptionalParams)
Creates a custom entity store assignment for the provided subscription, if not already exists.
function create(resourceGroupName: string, customEntityStoreAssignmentName: string, customEntityStoreAssignmentRequestBody: CustomEntityStoreAssignmentRequest, options?: CustomEntityStoreAssignmentsCreateOptionalParams): Promise<CustomEntityStoreAssignment>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- customEntityStoreAssignmentName
-
string
Name of the custom entity store assignment. Generated name is GUID.
- customEntityStoreAssignmentRequestBody
- CustomEntityStoreAssignmentRequest
Custom entity store assignment body
The options parameters.
Returns
Promise<CustomEntityStoreAssignment>
delete(string, string, CustomEntityStoreAssignmentsDeleteOptionalParams)
Delete a custom entity store assignment by name for a provided subscription
function delete(resourceGroupName: string, customEntityStoreAssignmentName: string, options?: CustomEntityStoreAssignmentsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- customEntityStoreAssignmentName
-
string
Name of the custom entity store assignment. Generated name is GUID.
The options parameters.
Returns
Promise<void>
get(string, string, CustomEntityStoreAssignmentsGetOptionalParams)
Gets a single custom entity store assignment by name for the provided subscription and resource group.
function get(resourceGroupName: string, customEntityStoreAssignmentName: string, options?: CustomEntityStoreAssignmentsGetOptionalParams): Promise<CustomEntityStoreAssignment>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- customEntityStoreAssignmentName
-
string
Name of the custom entity store assignment. Generated name is GUID.
The options parameters.
Returns
Promise<CustomEntityStoreAssignment>
listByResourceGroup(string, CustomEntityStoreAssignmentsListByResourceGroupOptionalParams)
List custom entity store assignments by a provided subscription and resource group
function listByResourceGroup(resourceGroupName: string, options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomEntityStoreAssignment, CustomEntityStoreAssignment[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
The options parameters.
Returns
listBySubscription(CustomEntityStoreAssignmentsListBySubscriptionOptionalParams)
List custom entity store assignments by provided subscription
function listBySubscription(options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomEntityStoreAssignment, CustomEntityStoreAssignment[], PageSettings>
Parameters
The options parameters.