Sdílet prostřednictvím


IRemoteRenderingAccountsOperations Interface

Definition

RemoteRenderingAccountsOperations operations.

public interface IRemoteRenderingAccountsOperations
type IRemoteRenderingAccountsOperations = interface
Public Interface IRemoteRenderingAccountsOperations

Methods

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

Creating or Updating a Remote Rendering Account.

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

Delete a Remote Rendering Account.

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

Retrieve a Remote Rendering Account.

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

List Resources by Resource Group

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

List Resources by Resource Group

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

List Remote Rendering Accounts by Subscription

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

List Remote Rendering Accounts by Subscription

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

List Both of the 2 Keys of a Remote Rendering Account

RegenerateKeysWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Regenerate specified Key of a Remote Rendering Account

UpdateWithHttpMessagesAsync(String, String, RemoteRenderingAccount, Dictionary<String,List<String>>, CancellationToken)

Updating a Remote Rendering Account

Extension Methods

Create(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount)

Creating or Updating a Remote Rendering Account.

CreateAsync(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount, CancellationToken)

Creating or Updating a Remote Rendering Account.

Delete(IRemoteRenderingAccountsOperations, String, String)

Delete a Remote Rendering Account.

DeleteAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)

Delete a Remote Rendering Account.

Get(IRemoteRenderingAccountsOperations, String, String)

Retrieve a Remote Rendering Account.

GetAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)

Retrieve a Remote Rendering Account.

ListByResourceGroup(IRemoteRenderingAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListByResourceGroupNext(IRemoteRenderingAccountsOperations, String)

List Resources by Resource Group

ListByResourceGroupNextAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)

List Resources by Resource Group

ListBySubscription(IRemoteRenderingAccountsOperations)

List Remote Rendering Accounts by Subscription

ListBySubscriptionAsync(IRemoteRenderingAccountsOperations, CancellationToken)

List Remote Rendering Accounts by Subscription

ListBySubscriptionNext(IRemoteRenderingAccountsOperations, String)

List Remote Rendering Accounts by Subscription

ListBySubscriptionNextAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)

List Remote Rendering Accounts by Subscription

ListKeys(IRemoteRenderingAccountsOperations, String, String)

List Both of the 2 Keys of a Remote Rendering Account

ListKeysAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)

List Both of the 2 Keys of a Remote Rendering Account

RegenerateKeys(IRemoteRenderingAccountsOperations, String, String, Nullable<Int32>)

Regenerate specified Key of a Remote Rendering Account

RegenerateKeysAsync(IRemoteRenderingAccountsOperations, String, String, Nullable<Int32>, CancellationToken)

Regenerate specified Key of a Remote Rendering Account

Update(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount)

Updating a Remote Rendering Account

UpdateAsync(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount, CancellationToken)

Updating a Remote Rendering Account

Applies to