CloudEndpointsOperationsExtensions.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 un Point CloudEndpoint donné.
public static Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint Get (this Microsoft.Azure.Management.StorageSync.ICloudEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string cloudEndpointName);
static member Get : Microsoft.Azure.Management.StorageSync.ICloudEndpointsOperations * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpoint
<Extension()>
Public Function Get (operations As ICloudEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, cloudEndpointName As String) As CloudEndpoint
Paramètres
- operations
- ICloudEndpointsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
- String
Nom de la ressource du service de synchronisation de stockage.
- syncGroupName
- String
Nom de la ressource de groupe de synchronisation.
- cloudEndpointName
- String
Nom de l’objet Point de terminaison cloud.
Retours
S’applique à
Azure SDK for .NET