Share via


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