RolloutsOperationsExtensions.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.
Obtient des informations détaillées sur un déploiement.
public static Microsoft.Azure.Management.DeploymentManager.Models.Rollout Get (this Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations operations, string resourceGroupName, string rolloutName, int? retryAttempt = default);
static member Get : Microsoft.Azure.Management.DeploymentManager.IRolloutsOperations * string * string * Nullable<int> -> Microsoft.Azure.Management.DeploymentManager.Models.Rollout
<Extension()>
Public Function Get (operations As IRolloutsOperations, resourceGroupName As String, rolloutName As String, Optional retryAttempt As Nullable(Of Integer) = Nothing) As Rollout
Paramètres
- operations
- IRolloutsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- rolloutName
- String
Nom du déploiement.
Ordinal de tentative de lancement pour obtenir le résultat de. S’il n’est pas spécifié, le résultat de la dernière tentative est retourné.
Retours
S’applique à
Azure SDK for .NET