你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICustomEntityStoreAssignmentsOperations Interface

Definition

CustomEntityStoreAssignmentsOperations operations.

public interface ICustomEntityStoreAssignmentsOperations
type ICustomEntityStoreAssignmentsOperations = interface
Public Interface ICustomEntityStoreAssignmentsOperations

Methods

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List custom entity store assignments by provided subscription

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List custom entity store assignments by provided subscription

Extension Methods

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