Partager via


DeploymentScriptsOperationsExtensions.GetAsync Méthode

Définition

Obtient un script de déploiement avec un nom donné.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript> GetAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>
<Extension()>
Public Function GetAsync (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentScript)

Paramètres

operations
IDeploymentScriptsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

scriptName
String

Nom du script de déploiement.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à