次の方法で共有


DefinitionOperationsExtensions.List(IDefinitionOperations, String) メソッド

定義

プロファイルのすべての定義を返します (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/hh758252.aspx )

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

パラメーター

operations
IDefinitionOperations

Microsoft.WindowsAzure.Management.TrafficManager.IDefinitionOperations への参照。

profileName
String

必須です。 すべての定義を返すプロファイルの名前

戻り値

List Definitions 操作の応答。

適用対象