你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RemoteRenderingAccountsOperationsExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RemoteRenderingAccountsOperations 的扩展方法。
public static class RemoteRenderingAccountsOperationsExtensions
type RemoteRenderingAccountsOperationsExtensions = class
Public Module RemoteRenderingAccountsOperationsExtensions
- 继承
-
RemoteRenderingAccountsOperationsExtensions
方法
Create(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount)
|
创建或更新远程渲染帐户。
|
CreateAsync(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount, CancellationToken)
|
创建或更新远程渲染帐户。
|
Delete(IRemoteRenderingAccountsOperations, String, String)
|
删除远程渲染帐户。
|
DeleteAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)
|
删除远程渲染帐户。
|
Get(IRemoteRenderingAccountsOperations, String, String)
|
检索远程渲染帐户。
|
GetAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)
|
检索远程渲染帐户。
|
ListByResourceGroup(IRemoteRenderingAccountsOperations, String)
|
按资源组列出资源
|
ListByResourceGroupAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)
|
按资源组列出资源
|
ListByResourceGroupNext(IRemoteRenderingAccountsOperations, String)
|
按资源组列出资源
|
ListByResourceGroupNextAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)
|
按资源组列出资源
|
ListBySubscription(IRemoteRenderingAccountsOperations)
|
按订阅列出远程渲染帐户
|
ListBySubscriptionAsync(IRemoteRenderingAccountsOperations, CancellationToken)
|
按订阅列出远程渲染帐户
|
ListBySubscriptionNext(IRemoteRenderingAccountsOperations, String)
|
按订阅列出远程渲染帐户
|
ListBySubscriptionNextAsync(IRemoteRenderingAccountsOperations, String, CancellationToken)
|
按订阅列出远程渲染帐户
|
ListKeys(IRemoteRenderingAccountsOperations, String, String)
|
列出远程渲染帐户的 2 个密钥
|
ListKeysAsync(IRemoteRenderingAccountsOperations, String, String, CancellationToken)
|
列出远程渲染帐户的 2 个密钥
|
RegenerateKeys(IRemoteRenderingAccountsOperations, String, String, Nullable<Int32>)
|
重新生成远程渲染帐户的指定密钥
|
RegenerateKeysAsync(IRemoteRenderingAccountsOperations, String, String, Nullable<Int32>, CancellationToken)
|
重新生成远程渲染帐户的指定密钥
|
Update(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount)
|
更新远程渲染帐户
|
UpdateAsync(IRemoteRenderingAccountsOperations, String, String, RemoteRenderingAccount, CancellationToken)
|
更新远程渲染帐户
|
适用于