StorageQueue interface
表示 StorageQueue 的接口。
- 扩展
属性
| approximate |
指示队列中消息的大致数目的整数。 此数字不低于队列中实际消息数,但可能更高。 注意:此属性不会序列化。 它只能由服务器填充。 |
| id | 资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。它只能由服务器填充。 |
| metadata | 一个表示队列元数据的名称/值对。 |
| name | 资源的名称 注意:此属性不会序列化。它只能由服务器填充。 |
| type | 资源的类型。 例如,“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。它只能由服务器填充。 |
属性详细信息
approximateMessageCount
指示队列中消息的大致数目的整数。 此数字不低于队列中实际消息数,但可能更高。 注意:此属性不会序列化。 它只能由服务器填充。
approximateMessageCount?: undefined | number
属性值
undefined | number
id
资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。它只能由服务器填充。
id?: undefined | string
属性值
undefined | string
metadata
一个表示队列元数据的名称/值对。
metadata?: undefined | [key: string]: string
属性值
undefined | [key: string]: string
name
资源的名称 注意:此属性不会序列化。它只能由服务器填充。
name?: undefined | string
属性值
undefined | string
type
资源的类型。 例如,“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。它只能由服务器填充。
type?: undefined | string
属性值
undefined | string