Udostępnij za pośrednictwem


DefinitionOperationsExtensions.Get(IDefinitionOperations, String) Method

Definition

Returns an existing profile definition. (see http://msdn.microsoft.com/en-us/library/hh758248.aspx for more information)

public static Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionGetResponse Get (this Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations operations, string profileName);
static member Get : Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations * string -> Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionGetResponse
<Extension()>
Public Function Get (operations As IDefinitionOperations, profileName As String) As DefinitionGetResponse

Parameters

operations
IDefinitionOperations

Reference to the Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations.

profileName
String

Required. The name of the profile to get definition from.

Returns

The Get Definition operation response.

Applies to