Share via


DefinitionOperationsExtensions.Get Method

Returns an existing profile definition.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.TrafficManager (in Microsoft.WindowsAzure.Management.TrafficManager.dll)

Usage

'Usage
Dim operations As IDefinitionOperations
Dim profileName As String
Dim returnValue As DefinitionGetResponse

returnValue = DefinitionOperationsExtensions.Get(operations, profileName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Get ( _
    operations As IDefinitionOperations, _
    profileName As String _
) As DefinitionGetResponse
[ExtensionAttribute] 
public static DefinitionGetResponse Get (
    IDefinitionOperations operations,
    string profileName
)
[ExtensionAttribute] 
public:
static DefinitionGetResponse^ Get (
    IDefinitionOperations^ operations, 
    String^ profileName
)
/** @attribute ExtensionAttribute() */ 
public static DefinitionGetResponse Get (
    IDefinitionOperations operations, 
    String profileName
)
ExtensionAttribute 
public static function Get (
    operations : IDefinitionOperations, 
    profileName : String
) : DefinitionGetResponse

Parameters

  • profileName
    The name of the profile for which the definition should be returned.

Return Value

An DefinitionGetResponse object that contains the profile definition.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DefinitionOperationsExtensions Class
DefinitionOperationsExtensions Members
Microsoft.WindowsAzure Namespace