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

StorageAccountResource 类

定义

表示 StorageAccount 的类,以及可对其进行执行的实例操作。 如果有 ,ResourceIdentifier则可以使用 GetStorageAccountResource 方法从 实例ArmClient构造 StorageAccountResource 。 否则,可以使用 GetStorageAccount 方法从其父资源 ResourceGroupResource 获取一个。

public class StorageAccountResource : Azure.ResourceManager.ArmResource
type StorageAccountResource = class
    inherit ArmResource
Public Class StorageAccountResource
Inherits ArmResource
继承
StorageAccountResource

构造函数

StorageAccountResource()

初始化 类的新实例 StorageAccountResource 以便模拟。

字段

ResourceType

获取操作的资源类型。

属性

Client

获取 ArmClient 创建此资源客户端的源。

(继承自 ArmResource)
Data

获取表示此功能的数据。

Diagnostics

获取此资源客户端的诊断选项。

(继承自 ArmResource)
Endpoint

获取此资源客户端的基 URI。

(继承自 ArmResource)
HasData

获取当前实例是否具有数据。

Id

获取资源标识符。

(继承自 ArmResource)
Pipeline

获取此资源客户端的管道。

(继承自 ArmResource)

方法

AbortHierarchicalNamespaceMigration(WaitUntil, CancellationToken)

中止存储帐户的实时迁移以启用 Hns

  • 请求路径/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/aborthnsonmigration
  • 操作IdStorageAccounts_AbortHierarchicalNamespaceMigration
AbortHierarchicalNamespaceMigrationAsync(WaitUntil, CancellationToken)

中止存储帐户的实时迁移以启用 Hns

  • 请求路径/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/aborthnsonmigration
  • 操作IdStorageAccounts_AbortHierarchicalNamespaceMigration
AddTag(String, String, CancellationToken)

将标记添加到当前资源。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
AddTagAsync(String, String, CancellationToken)

将标记添加到当前资源。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
CanUseTagResource(CancellationToken)

检查是否在当前环境中部署了 TagResource API。

(继承自 ArmResource)
CanUseTagResourceAsync(CancellationToken)

检查是否在当前环境中部署了 TagResource API。

(继承自 ArmResource)
CreateResourceIdentifier(String, String, String)

生成实例的资源标识符 StorageAccountResource

Delete(WaitUntil, CancellationToken)

删除 Microsoft Azure 中的存储帐户。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Delete
DeleteAsync(WaitUntil, CancellationToken)

删除 Microsoft Azure 中的存储帐户。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Delete
EnableHierarchicalNamespace(WaitUntil, String, CancellationToken)

存储帐户的实时迁移以启用 Hns

  • 请求路径/订阅/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/hnsonmigration
  • 操作IdStorageAccounts_HierarchicalNamespaceMigration
EnableHierarchicalNamespaceAsync(WaitUntil, String, CancellationToken)

存储帐户的实时迁移以启用 Hns

  • 请求路径/订阅/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/hnsonmigration
  • 操作IdStorageAccounts_HierarchicalNamespaceMigration
Failover(WaitUntil, CancellationToken)

如果主终结点因任何原因而不可用,则可以为存储帐户触发故障转移请求。 对于 RA-GRS 帐户,从存储帐户的主群集故障转移到辅助群集。 故障转移后,辅助群集将成为主群集,帐户将转换为 LRS。 对于计划内故障转移,主群集和辅助群集在故障转移后交换,帐户将保持异地复制状态。 在出现可用性问题时,应继续使用故障转移,因为计划内故障转移仅在主终结点和辅助终结点可用时可用。 计划内故障转移的主要用例是灾难恢复测试演练。 通过将 FailoverType 参数设置为“Planned”来调用此类型的故障转移。 在此处详细了解故障转移选项- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover
  • 操作IdStorageAccounts_Failover
Failover(WaitUntil, Nullable<StorageAccountFailoverType>, CancellationToken)

如果主终结点因任何原因而不可用,则可以为存储帐户触发故障转移请求。 对于 RA-GRS 帐户,从存储帐户的主群集故障转移到辅助群集。 故障转移后,辅助群集将成为主群集,帐户将转换为 LRS。 对于计划内故障转移,主群集和辅助群集在故障转移后交换,帐户将保持异地复制状态。 在出现可用性问题时,应继续使用故障转移,因为计划内故障转移仅在主终结点和辅助终结点可用时可用。 计划内故障转移的主要用例是灾难恢复测试演练。 通过将 FailoverType 参数设置为“Planned”来调用此类型的故障转移。 在此处详细了解故障转移选项- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover
  • 操作IdStorageAccounts_Failover
FailoverAsync(WaitUntil, CancellationToken)

如果主终结点因任何原因而不可用,则可以为存储帐户触发故障转移请求。 对于 RA-GRS 帐户,从存储帐户的主群集故障转移到辅助群集。 故障转移后,辅助群集将成为主群集,帐户将转换为 LRS。 对于计划内故障转移,主群集和辅助群集在故障转移后交换,帐户将保持异地复制状态。 在出现可用性问题时,应继续使用故障转移,因为计划内故障转移仅在主终结点和辅助终结点可用时可用。 计划内故障转移的主要用例是灾难恢复测试演练。 通过将 FailoverType 参数设置为“Planned”来调用此类型的故障转移。 在此处详细了解故障转移选项- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover
  • 操作IdStorageAccounts_Failover
FailoverAsync(WaitUntil, Nullable<StorageAccountFailoverType>, CancellationToken)

如果主终结点因任何原因而不可用,则可以为存储帐户触发故障转移请求。 对于 RA-GRS 帐户,从存储帐户的主群集故障转移到辅助群集。 故障转移后,辅助群集将成为主群集,帐户将转换为 LRS。 对于计划内故障转移,主群集和辅助群集在故障转移后交换,帐户将保持异地复制状态。 在出现可用性问题时,应继续使用故障转移,因为计划内故障转移仅在主终结点和辅助终结点可用时可用。 计划内故障转移的主要用例是灾难恢复测试演练。 通过将 FailoverType 参数设置为“Planned”来调用此类型的故障转移。 在此处详细了解故障转移选项- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover
  • 操作IdStorageAccounts_Failover
Get(Nullable<StorageAccountExpand>, CancellationToken)

返回指定存储帐户的属性,包括但不限于名称、SKU 名称、位置和帐户状态。 ListKeys 操作应用于检索存储密钥。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
GetAccountSas(AccountSasContent, CancellationToken)

列出存储帐户的 SAS 凭据。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas
  • 操作IdStorageAccounts_ListAccountSAS
GetAccountSasAsync(AccountSasContent, CancellationToken)

列出存储帐户的 SAS 凭据。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas
  • 操作IdStorageAccounts_ListAccountSAS
GetAsync(Nullable<StorageAccountExpand>, CancellationToken)

返回指定存储帐户的属性,包括但不限于名称、SKU 名称、位置和帐户状态。 ListKeys 操作应用于检索存储密钥。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
GetAvailableLocations(CancellationToken)

列出所有可用的地理位置。

(继承自 ArmResource)
GetAvailableLocationsAsync(CancellationToken)

列出所有可用的地理位置。

(继承自 ArmResource)
GetBlobInventoryPolicy()

获取一个 对象,该对象表示 BlobInventoryPolicyResource 以及可在 StorageAccount 中对 BlobInventoryPolicyResource 执行的实例操作。

GetBlobService()

获取一个对象,该对象表示 BlobServiceResource 以及可在 StorageAccount 中对 BlobServiceResource 执行的实例操作。

GetEncryptionScope(String, CancellationToken)

返回指定加密范围的属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}
  • 操作IdEncryptionScopes_Get
GetEncryptionScopeAsync(String, CancellationToken)

返回指定加密范围的属性。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}
  • 操作IdEncryptionScopes_Get
GetEncryptionScopes()

获取 StorageAccount 中 EncryptionScopeResources 的集合。

GetFileService()

获取一个 对象,该对象表示 FileServiceResource 以及可在 StorageAccount 中对其进行执行的实例操作。

GetKeys(Nullable<StorageListKeyExpand>, CancellationToken)

列出访问密钥或 Kerberos 密钥 (是否为指定的存储帐户启用了 active directory) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys
  • 操作IdStorageAccounts_ListKeys
GetKeysAsync(Nullable<StorageListKeyExpand>, CancellationToken)

列出访问密钥或 Kerberos 密钥 (是否为指定的存储帐户启用了 active directory) 。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys
  • 操作IdStorageAccounts_ListKeys
GetManagementLock(String, CancellationToken)

按范围获取管理锁。

  • 请求路径/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(继承自 ArmResource)
GetManagementLockAsync(String, CancellationToken)

按范围获取管理锁。

  • 请求路径/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(继承自 ArmResource)
GetManagementLocks()

获取 ArmResource 中 ManagementLockResources 的集合。

(继承自 ArmResource)
GetObjectReplicationPolicies()

获取 StorageAccount 中 ObjectReplicationPolicyResources 的集合。

GetObjectReplicationPolicy(String, CancellationToken)

按策略 ID 获取存储帐户的对象复制策略。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}
  • 操作IdObjectReplicationPolicies_Get
GetObjectReplicationPolicyAsync(String, CancellationToken)

按策略 ID 获取存储帐户的对象复制策略。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}
  • 操作IdObjectReplicationPolicies_Get
GetPolicyAssignment(String, CancellationToken)

此操作检索单个策略分配,给定其名称和创建范围。

  • 请求路径/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(继承自 ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

此操作检索单个策略分配,给定其名称和创建范围。

  • 请求路径/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(继承自 ArmResource)
GetPolicyAssignments()

获取 ArmResource 中 PolicyAssignmentResources 的集合。

(继承自 ArmResource)
GetPrivateLinkResources(CancellationToken)

获取需要为存储帐户创建的专用链接资源。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources
  • 操作IdPrivateLinkResources_ListByStorageAccount
GetPrivateLinkResourcesAsync(CancellationToken)

获取需要为存储帐户创建的专用链接资源。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources
  • 操作IdPrivateLinkResources_ListByStorageAccount
GetQueueService()

获取一个 对象,该对象表示 QueueServiceResource 以及可在 StorageAccount 中对其进行执行的实例操作。

GetServiceSas(ServiceSasContent, CancellationToken)

列出特定资源的服务 SAS 凭据。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListServiceSas
  • 操作IdStorageAccounts_ListServiceSAS
GetServiceSasAsync(ServiceSasContent, CancellationToken)

列出特定资源的服务 SAS 凭据。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListServiceSas
  • 操作IdStorageAccounts_ListServiceSAS
GetStorageAccountLocalUser(String, CancellationToken)

按用户名获取存储帐户的本地用户。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers/{username}
  • 操作IdLocalUsers_Get
GetStorageAccountLocalUserAsync(String, CancellationToken)

按用户名获取存储帐户的本地用户。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/localUsers/{username}
  • 操作IdLocalUsers_Get
GetStorageAccountLocalUsers()

获取 StorageAccount 中的 StorageAccountLocalUserResources 的集合。

GetStorageAccountManagementPolicy()

获取一个对象,该对象表示 StorageAccountManagementPolicyResource 以及可在 StorageAccount 中对它执行的实例操作。

GetStoragePrivateEndpointConnection(String, CancellationToken)

获取与存储帐户关联的指定专用终结点连接。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetStoragePrivateEndpointConnectionAsync(String, CancellationToken)

获取与存储帐户关联的指定专用终结点连接。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetStoragePrivateEndpointConnections()

获取 StorageAccount 中 StoragePrivateEndpointConnectionResources 的集合。

GetTableService()

获取一个对象,该对象表示 TableServiceResource 以及可在 StorageAccount 中对其进行执行的实例操作。

GetTagResource()

获取一个 对象,该对象表示 TagResource 以及可在 ArmResource 中对其进行执行的实例操作。

(继承自 ArmResource)
RegenerateKey(StorageAccountRegenerateKeyContent, CancellationToken)

为指定的存储帐户重新生成其中一个访问密钥或 Kerberos 密钥。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey
  • 操作IdStorageAccounts_RegenerateKey
RegenerateKeyAsync(StorageAccountRegenerateKeyContent, CancellationToken)

为指定的存储帐户重新生成其中一个访问密钥或 Kerberos 密钥。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey
  • 操作IdStorageAccounts_RegenerateKey
RemoveTag(String, CancellationToken)

按键从资源中删除标记。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
RemoveTagAsync(String, CancellationToken)

按键从资源中删除标记。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
RestoreBlobRanges(WaitUntil, BlobRestoreContent, CancellationToken)

还原指定 Blob 范围内的 Blob

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/restoreBlobRanges
  • 操作IdStorageAccounts_RestoreBlobRanges
RestoreBlobRangesAsync(WaitUntil, BlobRestoreContent, CancellationToken)

还原指定 Blob 范围内的 Blob

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/restoreBlobRanges
  • 操作IdStorageAccounts_RestoreBlobRanges
RevokeUserDelegationKeys(CancellationToken)

撤销用户委派密钥。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/revokeUserDelegationKeys
  • 操作IdStorageAccounts_RevokeUserDelegationKeys
RevokeUserDelegationKeysAsync(CancellationToken)

撤销用户委派密钥。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/revokeUserDelegationKeys
  • 操作IdStorageAccounts_RevokeUserDelegationKeys
SetTags(IDictionary<String,String>, CancellationToken)

将资源上的标记替换为给定集。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
SetTagsAsync(IDictionary<String,String>, CancellationToken)

将资源上的标记替换为给定集。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_GetProperties
TryGetApiVersion(ResourceType, String)

获取 API 版本替代(如果已为当前客户端选项设置)。

(继承自 ArmResource)
Update(StorageAccountPatch, CancellationToken)

更新操作可用于更新存储帐户的 SKU、加密、访问层或标记。 它还可用于将帐户映射到自定义域。 每个存储帐户仅支持一个自定义域;不支持替换/更改自定义域。 若要替换旧的自定义域,必须先清除/取消注册旧值,然后才能设置新值。 支持更新多个属性。 此调用不会更改帐户的存储密钥。 如果要更改存储帐户密钥,请使用重新生成密钥操作。 创建后,无法更改存储帐户的位置和名称。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Update
UpdateAsync(StorageAccountPatch, CancellationToken)

更新操作可用于更新存储帐户的 SKU、加密、访问层或标记。 它还可用于将帐户映射到自定义域。 每个存储帐户仅支持一个自定义域;不支持替换/更改自定义域。 若要替换旧的自定义域,必须先清除/取消注册旧值,然后才能设置新值。 支持更新多个属性。 此调用不会更改帐户的存储密钥。 如果要更改存储帐户密钥,请使用重新生成密钥操作。 创建后,无法更改存储帐户的位置和名称。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
  • 操作IdStorageAccounts_Update

扩展方法

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

按名称 (GUID) 获取角色定义。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

按名称 (GUID) 获取角色定义。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

获取 ArmResource 中 AuthorizationRoleDefinitionResources 的集合。

GetDenyAssignment(ArmResource, String, CancellationToken)

获取指定的拒绝分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

获取指定的拒绝分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

获取 ArmResource 中 DenyAssignmentResources 的集合。

GetRoleAssignment(ArmResource, String, String, CancellationToken)

按范围和名称获取角色分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

按范围和名称获取角色分配。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

获取 ArmResource 中 RoleAssignmentResources 的集合。

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

获取资源范围的指定角色分配计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色分配计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

获取指定的角色分配计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

获取指定的角色分配计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleInstanceResources 的集合。

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

获取指定的角色分配计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

获取指定的角色分配计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleRequestResources 的集合。

GetRoleAssignmentSchedules(ArmResource)

获取 ArmResource 中 RoleAssignmentScheduleResources 的集合。

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

获取资源范围的指定角色资格计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色资格计划

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

获取指定的角色资格计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

获取指定的角色资格计划实例。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleInstanceResources 的集合。

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

获取指定的角色资格计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

获取指定的角色资格计划请求。

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleRequestResources 的集合。

GetRoleEligibilitySchedules(ArmResource)

获取 ArmResource 中 RoleEligibilityScheduleResources 的集合。

GetRoleManagementPolicies(ArmResource)

获取 ArmResource 中 RoleManagementPolicyResources 的集合。

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略分配

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略分配

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

获取 ArmResource 中 RoleManagementPolicyAssignmentResources 的集合。

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

获取一个 对象,该对象表示 SystemAssignedIdentityResource 以及可在 ArmResource 中对它执行的实例操作。

GetLinkerResource(ArmResource, String, CancellationToken)

返回给定名称的链接器资源。

  • 请求路径/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

返回给定名称的链接器资源。

  • 请求路径/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResources(ArmResource)

获取 ArmResource 中 LinkerResources 的集合。

适用于