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

IQueueServicesOperations 接口

定义

QueueServicesOperations 操作。

public interface IQueueServicesOperations
type IQueueServicesOperations = interface
Public Interface IQueueServicesOperations

方法

GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取存储帐户队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出存储帐户的所有队列服务

SetServicePropertiesWithHttpMessagesAsync(String, String, CorsRules, Dictionary<String,List<String>>, CancellationToken)

设置存储帐户的队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

扩展方法

GetServiceProperties(IQueueServicesOperations, String, String)

获取存储帐户队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

GetServicePropertiesAsync(IQueueServicesOperations, String, String, CancellationToken)

获取存储帐户队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

List(IQueueServicesOperations, String, String)

列出存储帐户的所有队列服务

ListAsync(IQueueServicesOperations, String, String, CancellationToken)

列出存储帐户的所有队列服务

SetServiceProperties(IQueueServicesOperations, String, String, CorsRules)

设置存储帐户的队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

SetServicePropertiesAsync(IQueueServicesOperations, String, String, CorsRules, CancellationToken)

设置存储帐户的队列服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

适用于