DataCollectionController.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- profile
- AzurePSDataCollectionProfile
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