IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros de tipo
- IFluentResourceT
- InnerResourceT
- Herança
-
IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>
- Derivado
- Implementações
-
IHasInner<InnerResourceT>
Construtores
IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>(String, InnerResourceT) |
Propriedades
Inner | |
Key | (Herdado de Indexable) |
Métodos
GetInnerAsync(CancellationToken) | |
Refresh() | |
RefreshAsync(CancellationToken) | |
SetInner(InnerResourceT) |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET