Sdílet prostřednictvím


RemoteRenderingAccountsOperationsExtensions Class

Definition

Extension methods for RemoteRenderingAccountsOperations.

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

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