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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET