ISupportsGettingByParent<T,ParentT,ManagerT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit l’accès à l’obtention d’une ressource Azure spécifique en fonction de son groupe de ressources et de son parent.
public interface ISupportsGettingByParent<T,ParentT,ManagerT> where ParentT : IResource, IHasResourceGroup
type ISupportsGettingByParent<'T, 'ParentT, 'ManagerT (requires 'ParentT :> IResource and 'ParentT :> IHasResourceGroup)> = interface
Public Interface ISupportsGettingByParent(Of T, ParentT, ManagerT)
Paramètres de type
- T
- ParentT
- ManagerT
- Dérivé
Méthodes
GetByParent(ParentT, String) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. |
GetByParent(String, String, String) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. |
GetByParentAsync(ParentT, String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. |
GetByParentAsync(String, String, String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource. |
S’applique à
Azure SDK for .NET