IndependentChildrenImpl<T,ImplT,InnerT,InnerCollectionT,ManagerT,ParentT>.GetByParentAsync Méthode
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.
Surcharges
GetByParentAsync(ParentT, String, CancellationToken) | |
GetByParentAsync(String, String, String, CancellationToken) |
GetByParentAsync(ParentT, String, CancellationToken)
public System.Threading.Tasks.Task<T> GetByParentAsync (ParentT parentResource, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByParentAsync : 'ParentT * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
override this.GetByParentAsync : 'ParentT * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
Public Function GetByParentAsync (parentResource As ParentT, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
Paramètres
- parentResource
- ParentT
- name
- String
- cancellationToken
- CancellationToken
Retours
Task<T>
Implémente
S’applique à
GetByParentAsync(String, String, String, CancellationToken)
public abstract System.Threading.Tasks.Task<T> GetByParentAsync (string resourceGroup, string parentName, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByParentAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T (requires 'T : null and 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId)>
Public MustOverride Function GetByParentAsync (resourceGroup As String, parentName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)
Paramètres
- resourceGroup
- String
- parentName
- String
- name
- String
- cancellationToken
- CancellationToken
Retours
Task<T>
Implémente
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