IBlobServiceProperties インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BlobServiceProperties を表す型。
public interface IBlobServiceProperties : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Storage.Fluent.StorageManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate>
type IBlobServiceProperties = interface
interface IBeta
interface IHasInner<BlobServicePropertiesInner>
interface IHasId
interface IIndexable
interface IRefreshable<IBlobServiceProperties>
interface IUpdatable<IUpdate>
interface IHasManager<StorageManager>
Public Interface IBlobServiceProperties
Implements IBeta, IHasId, IHasInner(Of BlobServicePropertiesInner), IHasManager(Of StorageManager), IIndexable, IRefreshable(Of IBlobServiceProperties), IUpdatable(Of IUpdate)
- 派生
- 実装
プロパティ
Cors |
cors 値を取得します。 |
DefaultServiceVersion |
defaultServiceVersion 値を取得します。 |
DeleteRetentionPolicy |
deleteRetentionPolicy 値を取得します。 |
Id |
ID 値を取得します。 |
Inner |
BlobServiceProperties を表す型。 (継承元 IHasInner<T>) |
Key |
BlobServiceProperties を表す型。 (継承元 IIndexable) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
Name |
名前の値を取得します。 |
Type |
型の値を取得します。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
BlobServiceProperties を表す型。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET