QueueServiceClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
QueueServiceClient は、Azure Storage Queue サービスへの URL を表します。
public class QueueServiceClient
type QueueServiceClient = class
Public Class QueueServiceClient
- 継承
-
QueueServiceClient
コンストラクター
QueueServiceClient() |
モック作成のために クラスの QueueServiceClient 新しいインスタンスを初期化します。 |
QueueServiceClient(String) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
QueueServiceClient(String, QueueClientOptions) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
QueueServiceClient(Uri, AzureSasCredential, QueueClientOptions) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
QueueServiceClient(Uri, QueueClientOptions) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
QueueServiceClient(Uri, StorageSharedKeyCredential, QueueClientOptions) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
QueueServiceClient(Uri, TokenCredential, QueueClientOptions) |
QueueServiceClient クラスの新しいインスタンスを初期化します。 |
プロパティ
AccountName |
サービス クライアントに対応するストレージ アカウント名を取得します。 |
CanGenerateAccountSasUri |
クライアントが SAS を生成できるかどうかを判断します。 クライアントが で認証されている場合。StorageSharedKeyCredential |
Uri |
オブジェクトによって使用される Uri エンドポイント。 |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET