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

StorageExtensions 类

定义

用于将扩展方法添加到 Azure.ResourceManager.Storage 的类。

public static class StorageExtensions
type StorageExtensions = class
Public Module StorageExtensions
继承
StorageExtensions

方法

CheckStorageAccountNameAvailability(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

检查存储帐户名称是否有效且尚未使用。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • 操作IdStorageAccounts_CheckNameAvailability
CheckStorageAccountNameAvailabilityAsync(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

检查存储帐户名称是否有效且尚未使用。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • 操作IdStorageAccounts_CheckNameAvailability
GetBlobContainerResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlobContainerResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 BlobContainerResourceResourceIdentifier

GetBlobInventoryPolicyResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlobInventoryPolicyResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, BlobInventoryPolicyName) 从其组件创建 BlobInventoryPolicyResourceResourceIdentifier

GetBlobServiceResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlobServiceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 BlobServiceResourceResourceIdentifier

GetDeletedAccount(SubscriptionResource, AzureLocation, String, CancellationToken)

获取指定已删除帐户资源的属性。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
GetDeletedAccountAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

获取指定已删除帐户资源的属性。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • 操作IdDeletedAccounts_Get
GetDeletedAccountResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 DeletedAccountResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, AzureLocation, String) 从其组件创建 DeletedAccountResourceResourceIdentifier

GetDeletedAccounts(SubscriptionResource)

获取 SubscriptionResource 中 DeletedAccountResources 的集合。

GetDeletedAccounts(SubscriptionResource, CancellationToken)

列出订阅下已删除的帐户。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts
  • 操作IdDeletedAccounts_List
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken)

列出订阅下已删除的帐户。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts
  • 操作IdDeletedAccounts_List
GetEncryptionScopeResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 EncryptionScopeResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 EncryptionScopeResourceResourceIdentifier

GetFileServiceResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 FileServiceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 FileServiceResourceResourceIdentifier

GetFileShareResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 FileShareResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 FileShareResourceResourceIdentifier

GetImmutabilityPolicyResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 ImmutabilityPolicyResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 ImmutabilityPolicyResourceResourceIdentifier

GetObjectReplicationPolicyResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 ObjectReplicationPolicyResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 ObjectReplicationPolicyResourceResourceIdentifier

GetQueueServiceResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 QueueServiceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 QueueServiceResourceResourceIdentifier

GetSkus(SubscriptionResource, CancellationToken)

列出给定订阅的 Microsoft.Storage 支持的可用 SKU。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus
  • 操作IdSkus_List
GetSkusAsync(SubscriptionResource, CancellationToken)

列出给定订阅的 Microsoft.Storage 支持的可用 SKU。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus
  • 操作IdSkus_List
GetStorageAccount(ResourceGroupResource, String, Nullable<StorageAccountExpand>, CancellationToken)

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

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

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

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

获取一个 对象,该 StorageAccountLocalUserResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 StorageAccountLocalUserResourceResourceIdentifier

GetStorageAccountManagementPolicyResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 StorageAccountManagementPolicyResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, ManagementPolicyName) 从其组件创建 StorageAccountManagementPolicyResourceResourceIdentifier

GetStorageAccountResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 StorageAccountResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 StorageAccountResourceResourceIdentifier

GetStorageAccounts(ResourceGroupResource)

获取 ResourceGroupResource 中 StorageAccountResources 的集合。

GetStorageAccounts(SubscriptionResource, CancellationToken)

列出订阅下可用的所有存储帐户。 请注意,存储密钥不会返回;为此,请使用 ListKeys 操作。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
  • 操作IdStorageAccounts_List
GetStorageAccountsAsync(SubscriptionResource, CancellationToken)

列出订阅下可用的所有存储帐户。 请注意,存储密钥不会返回;为此,请使用 ListKeys 操作。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
  • 操作IdStorageAccounts_List
GetStoragePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 StoragePrivateEndpointConnectionResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 StoragePrivateEndpointConnectionResourceResourceIdentifier

GetStorageQueueResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 StorageQueueResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 StorageQueueResourceResourceIdentifier

GetTableResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 TableResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 TableResourceResourceIdentifier

GetTableServiceResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 TableServiceResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 TableServiceResourceResourceIdentifier

GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

获取订阅下位置的当前使用情况计数和资源限制。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
  • 操作IdUsages_ListByLocation
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

获取订阅下位置的当前使用情况计数和资源限制。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
  • 操作IdUsages_ListByLocation

适用于