ProjectsOperationsExtensions.Get Method

Definition

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.

public static Microsoft.Azure.Management.DataMigration.Models.Project Get (this Microsoft.Azure.Management.DataMigration.IProjectsOperations operations, string groupName, string serviceName, string projectName);
static member Get : Microsoft.Azure.Management.DataMigration.IProjectsOperations * string * string * string -> Microsoft.Azure.Management.DataMigration.Models.Project
<Extension()>
Public Function Get (operations As IProjectsOperations, groupName As String, serviceName As String, projectName As String) As Project

Parameters

operations
IProjectsOperations

The operations group for this extension method.

groupName
String

Name of the resource group

serviceName
String

Name of the service

projectName
String

Name of the project

Returns

Applies to