你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataCollectionController.Create Method

Definition

Overloads

Create(AzurePSDataCollectionProfile)
Create(IAzureSession)

Create(AzurePSDataCollectionProfile)

public static Microsoft.Azure.Commands.Common.Authentication.Abstractions.DataCollectionController Create (Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzurePSDataCollectionProfile profile);
static member Create : Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzurePSDataCollectionProfile -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.DataCollectionController
Public Shared Function Create (profile As AzurePSDataCollectionProfile) As DataCollectionController

Parameters

Returns

Applies to

Create(IAzureSession)

public static Microsoft.Azure.Commands.Common.Authentication.Abstractions.DataCollectionController Create (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSession session);
static member Create : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSession -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.DataCollectionController
Public Shared Function Create (session As IAzureSession) As DataCollectionController

Parameters

session
IAzureSession

Returns

Applies to