你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IState Interface

Definition

public interface IState
type IState = interface
Public Interface IState

Methods

Contains(IResourceConfig)
Get<TModel>(ResourceConfig<TModel>)

Extension Methods

GetLocation(IState, IResourceConfig)
Contains<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
ContainsDispatch(IState, IEntityConfig)
Get<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
GetDispatch<TModel>(IState, IEntityConfig<TModel>)
IsCurrentPresentAndCompatible<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
IsCurrentPresentAndCompatibleDispatch(IState, IEntityConfig)

Applies to