ConfigurationProfileHcrpAssignments interface

Interface representing a ConfigurationProfileHcrpAssignments.

Methods

createOrUpdate(string, string, string, ConfigurationProfileAssignment, ConfigurationProfileHcrpAssignmentsCreateOrUpdateOptionalParams)

Creates an association between a ARC machine and Automanage configuration profile

delete(string, string, string, ConfigurationProfileHcrpAssignmentsDeleteOptionalParams)

Delete a configuration profile assignment

get(string, string, string, ConfigurationProfileHcrpAssignmentsGetOptionalParams)

Get information about a configuration profile assignment

Method Details

createOrUpdate(string, string, string, ConfigurationProfileAssignment, ConfigurationProfileHcrpAssignmentsCreateOrUpdateOptionalParams)

Creates an association between a ARC machine and Automanage configuration profile

function createOrUpdate(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, parameters: ConfigurationProfileAssignment, options?: ConfigurationProfileHcrpAssignmentsCreateOrUpdateOptionalParams): Promise<ConfigurationProfileAssignment>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

machineName

string

The name of the Arc machine.

configurationProfileAssignmentName

string

Name of the configuration profile assignment. Only default is supported.

parameters
ConfigurationProfileAssignment

Parameters supplied to the create or update configuration profile assignment.

Returns

delete(string, string, string, ConfigurationProfileHcrpAssignmentsDeleteOptionalParams)

Delete a configuration profile assignment

function delete(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, options?: ConfigurationProfileHcrpAssignmentsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

machineName

string

The name of the Arc machine.

configurationProfileAssignmentName

string

Name of the configuration profile assignment

Returns

Promise<void>

get(string, string, string, ConfigurationProfileHcrpAssignmentsGetOptionalParams)

Get information about a configuration profile assignment

function get(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, options?: ConfigurationProfileHcrpAssignmentsGetOptionalParams): Promise<ConfigurationProfileAssignment>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

machineName

string

The name of the Arc machine.

configurationProfileAssignmentName

string

The configuration profile assignment name.

Returns