QueueServiceProperties クラス
ストレージ アカウントの Queue サービスのプロパティ。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.storage.v2021_08_01.models._models_py3.ResourceQueueServiceProperties
コンストラクター
QueueServiceProperties(*, cors: _models.CorsRules | None = None, **kwargs)
変数
- id
- str
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。
- name
- str
リソースの名前。
- type
- str
リソースの型。 例: "Microsoft。Compute/virtualMachines" または "Microsoft。Storage/storageAccounts"
- cors
- CorsRules
キュー サービスの CORS 規則を指定します。 要求には、最大 5 つの CorsRule 要素を含めることができます。 要求本文に CorsRule 要素が含まれていない場合、すべての CORS ルールが削除され、キュー サービスに対して CORS が無効になります。