IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IndexableRefreshable<IFluentResourceT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<InnerResourceT> where IFluentResourceT : class
type IndexableRefreshableWrapper<'IFluentResourceT, 'InnerResourceT (requires 'IFluentResourceT : null)> = class
inherit IndexableRefreshable<'IFluentResourceT (requires 'IFluentResourceT : null)>
interface IHasInner<'InnerResourceT>
Public MustInherit Class IndexableRefreshableWrapper(Of IFluentResourceT, InnerResourceT)
Inherits IndexableRefreshable(Of IFluentResourceT)
Implements IHasInner(Of InnerResourceT)
Type Parameters
- IFluentResourceT
- InnerResourceT
- Inheritance
-
IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>
- Derived
- Implements
-
IHasInner<InnerResourceT>
Constructors
IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>(String, InnerResourceT) |
Properties
Inner | |
Key | (Inherited from Indexable) |
Methods
GetInnerAsync(CancellationToken) | |
Refresh() | |
RefreshAsync(CancellationToken) | |
SetInner(InnerResourceT) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET