IWithParentResource<T,ParentT> 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.
Définition de ressource permettant de créer un nouveau groupe de ressources.
public interface IWithParentResource<T,ParentT>
type IWithParentResource<'T, 'ParentT> = interface
Public Interface IWithParentResource(Of T, ParentT)
Paramètres de type
- T
- ParentT
- Dérivé
Méthodes
WithExistingParentResource(ParentT) |
Crée une ressource enfant sous ressource parente. |
WithExistingParentResource(String, String) |
Crée une ressource enfant sous ressource parente. |
WithNewParentResource(ICreatable<ParentT>) |
Crée une ressource enfant sous ressource parente. |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET