共用方式為


DeploymentsOperationsExtensions.Get Method

Definition

Gets the specified deployments associated with the Cognitive Services account.

public static Microsoft.Azure.Management.CognitiveServices.Models.Deployment Get (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName);
static member Get : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
<Extension()>
Public Function Get (operations As IDeploymentsOperations, resourceGroupName As String, accountName As String, deploymentName As String) As Deployment

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

deploymentName
String

The name of the deployment associated with the Cognitive Services Account

Returns

Applies to