Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
作成可能なすべてのリソースの基本クラス。
public abstract class Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IResourceCreator<IResourceT> where IFluentResourceT : class, IResourceT where FluentResourceT : class where IResourceT : class
type Creatable<#'IResourceT, 'InnerResourceT, 'FluentResourceT, 'IResourceT (requires 'FluentResourceT : null and 'IResourceT : null)> = class
inherit IndexableRefreshableWrapper<#'IResourceT, 'InnerResourceT>
interface IResourceCreator<'IResourceT (requires 'IResourceT : null)>
Public MustInherit Class Creatable(Of IFluentResourceT, InnerResourceT, FluentResourceT, IResourceT)
Inherits IndexableRefreshableWrapper(Of IFluentResourceT, InnerResourceT)
Implements IResourceCreator(Of IResourceT)
型パラメーター
- IFluentResourceT
作成可能なリソースを表す fluent モデルの種類
- InnerResourceT
fluent モデル型がラップするモデルの内部型
- FluentResourceT
fluent モデルの実装型
- IResourceT
fluent リソースまたは継承元の基本インターフェイスのいずれか
- 継承
-
Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>
- 派生
- 実装
コンストラクター
Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>(String, InnerResourceT) |
作成可能なすべてのリソースの基本クラス。 |
プロパティ
CreatorTaskGroup |
作成可能なすべてのリソースの基本クラス。 |
Inner |
作成可能なすべてのリソースの基本クラス。 (継承元 IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>) |
Key |
作成可能なすべてのリソースの基本クラス。 (継承元 Indexable) |
Name |
作成可能なすべてのリソースの基本クラス。 |
メソッド
AddCreatableDependency(IResourceCreator<IResourceT>) |
作成可能なすべてのリソースの基本クラス。 |
Create() |
作成可能なすべてのリソースの基本クラス。 |
CreateAsync(CancellationToken, Boolean) |
作成可能なすべてのリソースの基本クラス。 |
CreatedResource(String) |
作成可能なすべてのリソースの基本クラス。 |
CreateResource() |
作成可能なすべてのリソースの基本クラス。 |
CreateResourceAsync(CancellationToken) |
作成可能なすべてのリソースの基本クラス。 |
GetInnerAsync(CancellationToken) |
作成可能なすべてのリソースの基本クラス。 (継承元 IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>) |
Refresh() |
作成可能なすべてのリソースの基本クラス。 (継承元 IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>) |
RefreshAsync(CancellationToken) |
作成可能なすべてのリソースの基本クラス。 (継承元 IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>) |
SetInner(InnerResourceT) |
作成可能なすべてのリソースの基本クラス。 (継承元 IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>) |
明示的なインターフェイスの実装
IResourceCreator<IResourceT>.CreateResource() |
作成可能なすべてのリソースの基本クラス。 |
IResourceCreator<IResourceT>.CreateResourceAsync(CancellationToken) |
作成可能なすべてのリソースの基本クラス。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET