BlobServiceProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BlobServiceProperties() |
BlobServiceProperties クラスの新しいインスタンスを初期化します。 |
BlobServiceProperties(String, String, String, CorsRules, String, DeleteRetentionPolicy, Nullable<Boolean>, Nullable<Boolean>, ChangeFeed, RestorePolicyProperties, DeleteRetentionPolicy, LastAccessTimeTrackingPolicy, Sku) |
BlobServiceProperties クラスの新しいインスタンスを初期化します。 |
BlobServiceProperties()
BlobServiceProperties クラスの新しいインスタンスを初期化します。
public BlobServiceProperties ();
Public Sub New ()
適用対象
BlobServiceProperties(String, String, String, CorsRules, String, DeleteRetentionPolicy, Nullable<Boolean>, Nullable<Boolean>, ChangeFeed, RestorePolicyProperties, DeleteRetentionPolicy, LastAccessTimeTrackingPolicy, Sku)
BlobServiceProperties クラスの新しいインスタンスを初期化します。
public BlobServiceProperties (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Storage.Models.CorsRules cors = default, string defaultServiceVersion = default, Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy deleteRetentionPolicy = default, bool? isVersioningEnabled = default, bool? automaticSnapshotPolicyEnabled = default, Microsoft.Azure.Management.Storage.Models.ChangeFeed changeFeed = default, Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties restorePolicy = default, Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy containerDeleteRetentionPolicy = default, Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy = default, Microsoft.Azure.Management.Storage.Models.Sku sku = default);
new Microsoft.Azure.Management.Storage.Models.BlobServiceProperties : string * string * string * Microsoft.Azure.Management.Storage.Models.CorsRules * string * Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Storage.Models.ChangeFeed * Microsoft.Azure.Management.Storage.Models.RestorePolicyProperties * Microsoft.Azure.Management.Storage.Models.DeleteRetentionPolicy * Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy * Microsoft.Azure.Management.Storage.Models.Sku -> Microsoft.Azure.Management.Storage.Models.BlobServiceProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional cors As CorsRules = Nothing, Optional defaultServiceVersion As String = Nothing, Optional deleteRetentionPolicy As DeleteRetentionPolicy = Nothing, Optional isVersioningEnabled As Nullable(Of Boolean) = Nothing, Optional automaticSnapshotPolicyEnabled As Nullable(Of Boolean) = Nothing, Optional changeFeed As ChangeFeed = Nothing, Optional restorePolicy As RestorePolicyProperties = Nothing, Optional containerDeleteRetentionPolicy As DeleteRetentionPolicy = Nothing, Optional lastAccessTimeTrackingPolicy As LastAccessTimeTrackingPolicy = Nothing, Optional sku As Sku = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- cors
- CorsRules
BLOB サービスの CORS 規則を指定します。 要求には、最大 5 つの CorsRule 要素を含めることができます。 要求本文に CorsRule 要素が含まれていない場合、すべての CORS ルールが削除され、BLOB サービスに対して CORS が無効になります。
- defaultServiceVersion
- String
DefaultServiceVersion は、受信要求のバージョンが指定されていない場合に BLOB サービスへの要求に使用する既定のバージョンを示します。 有効値は、バージョン 2008-10-27 およびそれ以降のすべての最新バージョンです。
- deleteRetentionPolicy
- DeleteRetentionPolicy
BLOB 論理的な削除の BLOB サービスのプロパティ。
- changeFeed
- ChangeFeed
変更フィード イベントの BLOB サービス プロパティ。
- restorePolicy
- RestorePolicyProperties
BLOB 復元ポリシーの BLOB サービスのプロパティ。
- containerDeleteRetentionPolicy
- DeleteRetentionPolicy
コンテナーの論理的な削除の BLOB サービスのプロパティ。
- lastAccessTimeTrackingPolicy
- LastAccessTimeTrackingPolicy
最終アクセス時間ベースの追跡ポリシーを構成する BLOB サービス プロパティ。
- sku
- Sku
SKU の名前とレベル。
適用対象
Azure SDK for .NET