Partager via


ISupportsGettingByParent<T,ParentT,ManagerT> Interface

Définition

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 à