次の方法で共有


Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT> クラス

定義

作成可能なすべてのリソースの基本クラス。

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>(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)

作成可能なすべてのリソースの基本クラス。

適用対象