DeploymentManagerExtensions.GetServiceTopologyResource 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
GetServiceTopologyResource(ArmClient, ResourceIdentifier) |
Obtient un objet représentant un ServiceTopologyResource avec les opérations instance qui peuvent être effectuées sur celui-ci, mais sans données. Vous pouvez utiliser CreateResourceIdentifier(String, String, String) pour créer un ServiceTopologyResourceResourceIdentifier à partir de ses composants. |
GetServiceTopologyResource(ResourceGroupResource, String, CancellationToken) |
Obtient la topologie de service.
|
GetServiceTopologyResource(ArmClient, ResourceIdentifier)
Obtient un objet représentant un ServiceTopologyResource avec les opérations instance qui peuvent être effectuées sur celui-ci, mais sans données. Vous pouvez utiliser CreateResourceIdentifier(String, String, String) pour créer un ServiceTopologyResourceResourceIdentifier à partir de ses composants.
public static Azure.ResourceManager.DeploymentManager.ServiceTopologyResource GetServiceTopologyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetServiceTopologyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeploymentManager.ServiceTopologyResource
<Extension()>
Public Function GetServiceTopologyResource (client As ArmClient, id As ResourceIdentifier) As ServiceTopologyResource
Paramètres
ID de ressource de la ressource à obtenir.
Retours
Retourne un objet ServiceTopologyResource.
S’applique à
GetServiceTopologyResource(ResourceGroupResource, String, CancellationToken)
Obtient la topologie de service.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
- IdServiceTopologies_Get d’opération
public static Azure.Response<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource> GetServiceTopologyResource (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceTopologyResource : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
<Extension()>
Public Function GetServiceTopologyResource (resourceGroupResource As ResourceGroupResource, serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceTopologyResource)
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- serviceTopologyName
- String
Nom de la topologie de service .
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
serviceTopologyName
est une chaîne vide et devait être non vide.
serviceTopologyName
a la valeur null.
S’applique à
Azure SDK for .NET