CapabilityTypesOperationsExtensions.Get 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.
Obtenez une ressource De type de capacité pour un type de cible et un emplacement donnés.
public static Microsoft.Azure.Management.Chaos.Models.CapabilityType Get (this Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations operations, string locationName, string targetTypeName, string capabilityTypeName);
static member Get : Microsoft.Azure.Management.Chaos.ICapabilityTypesOperations * string * string * string -> Microsoft.Azure.Management.Chaos.Models.CapabilityType
<Extension()>
Public Function Get (operations As ICapabilityTypesOperations, locationName As String, targetTypeName As String, capabilityTypeName As String) As CapabilityType
Paramètres
- operations
- ICapabilityTypesOperations
Groupe d’opérations pour cette méthode d’extension.
- locationName
- String
Chaîne qui représente un nom de ressource Location.
- targetTypeName
- String
Chaîne qui représente un nom de ressource Type de cible.
- capabilityTypeName
- String
Chaîne qui représente un nom de ressource de type de capacité.
Retours
S’applique à
Azure SDK for .NET