CustomEntityStoreAssignmentsOperationsExtensions Class

Definition

Extension methods for CustomEntityStoreAssignmentsOperations

public static class CustomEntityStoreAssignmentsOperationsExtensions
type CustomEntityStoreAssignmentsOperationsExtensions = class
Public Module CustomEntityStoreAssignmentsOperationsExtensions
Inheritance
CustomEntityStoreAssignmentsOperationsExtensions

Methods

Name Description
Create(ICustomEntityStoreAssignmentsOperations, String, String, String)

Creates a custom entity store assignment for the provided subscription, if not already exists.

CreateAsync(ICustomEntityStoreAssignmentsOperations, String, String, String, CancellationToken)

Creates a custom entity store assignment for the provided subscription, if not already exists.

Delete(ICustomEntityStoreAssignmentsOperations, String, String)

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

DeleteAsync(ICustomEntityStoreAssignmentsOperations, String, String, CancellationToken)

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

Get(ICustomEntityStoreAssignmentsOperations, String, String)

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

GetAsync(ICustomEntityStoreAssignmentsOperations, String, String, CancellationToken)

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

ListByResourceGroup(ICustomEntityStoreAssignmentsOperations, String)

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

ListByResourceGroupAsync(ICustomEntityStoreAssignmentsOperations, String, CancellationToken)

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

ListByResourceGroupNext(ICustomEntityStoreAssignmentsOperations, String)

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

ListByResourceGroupNextAsync(ICustomEntityStoreAssignmentsOperations, String, CancellationToken)

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

ListBySubscription(ICustomEntityStoreAssignmentsOperations)

List custom entity store assignments by provided subscription

ListBySubscriptionAsync(ICustomEntityStoreAssignmentsOperations, CancellationToken)

List custom entity store assignments by provided subscription

ListBySubscriptionNext(ICustomEntityStoreAssignmentsOperations, String)

List custom entity store assignments by provided subscription

ListBySubscriptionNextAsync(ICustomEntityStoreAssignmentsOperations, String, CancellationToken)

List custom entity store assignments by provided subscription

Applies to