ConfigurationGroupValues interface

Interface representing a ConfigurationGroupValues.

Methods

beginCreateOrUpdate(string, string, ConfigurationGroupValue, ConfigurationGroupValuesCreateOrUpdateOptionalParams)

Creates or updates a hybrid configuration group value.

beginCreateOrUpdateAndWait(string, string, ConfigurationGroupValue, ConfigurationGroupValuesCreateOrUpdateOptionalParams)

Creates or updates a hybrid configuration group value.

beginDelete(string, string, ConfigurationGroupValuesDeleteOptionalParams)

Deletes the specified hybrid configuration group value.

beginDeleteAndWait(string, string, ConfigurationGroupValuesDeleteOptionalParams)

Deletes the specified hybrid configuration group value.

get(string, string, ConfigurationGroupValuesGetOptionalParams)

Gets information about the specified hybrid configuration group values.

listByResourceGroup(string, ConfigurationGroupValuesListByResourceGroupOptionalParams)

Lists all the hybrid network configurationGroupValues in a resource group.

listBySubscription(ConfigurationGroupValuesListBySubscriptionOptionalParams)

Lists all sites in the configuration group value in a subscription.

updateTags(string, string, TagsObject, ConfigurationGroupValuesUpdateTagsOptionalParams)

Updates a hybrid configuration group tags.

Method Details

beginCreateOrUpdate(string, string, ConfigurationGroupValue, ConfigurationGroupValuesCreateOrUpdateOptionalParams)

Creates or updates a hybrid configuration group value.

function beginCreateOrUpdate(resourceGroupName: string, configurationGroupValueName: string, parameters: ConfigurationGroupValue, options?: ConfigurationGroupValuesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupValue>, ConfigurationGroupValue>>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

parameters
ConfigurationGroupValue

Parameters supplied to the create or update configuration group value resource.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupValue>, ConfigurationGroupValue>>

beginCreateOrUpdateAndWait(string, string, ConfigurationGroupValue, ConfigurationGroupValuesCreateOrUpdateOptionalParams)

Creates or updates a hybrid configuration group value.

function beginCreateOrUpdateAndWait(resourceGroupName: string, configurationGroupValueName: string, parameters: ConfigurationGroupValue, options?: ConfigurationGroupValuesCreateOrUpdateOptionalParams): Promise<ConfigurationGroupValue>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

parameters
ConfigurationGroupValue

Parameters supplied to the create or update configuration group value resource.

Returns

beginDelete(string, string, ConfigurationGroupValuesDeleteOptionalParams)

Deletes the specified hybrid configuration group value.

function beginDelete(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupValuesDeleteHeaders>, ConfigurationGroupValuesDeleteHeaders>>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

options
ConfigurationGroupValuesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, ConfigurationGroupValuesDeleteOptionalParams)

Deletes the specified hybrid configuration group value.

function beginDeleteAndWait(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesDeleteOptionalParams): Promise<ConfigurationGroupValuesDeleteHeaders>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

options
ConfigurationGroupValuesDeleteOptionalParams

The options parameters.

Returns

get(string, string, ConfigurationGroupValuesGetOptionalParams)

Gets information about the specified hybrid configuration group values.

function get(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesGetOptionalParams): Promise<ConfigurationGroupValue>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

options
ConfigurationGroupValuesGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, ConfigurationGroupValuesListByResourceGroupOptionalParams)

Lists all the hybrid network configurationGroupValues in a resource group.

function listByResourceGroup(resourceGroupName: string, options?: ConfigurationGroupValuesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupValue, ConfigurationGroupValue[], PageSettings>

Parameters

resourceGroupName

string

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

Returns

listBySubscription(ConfigurationGroupValuesListBySubscriptionOptionalParams)

Lists all sites in the configuration group value in a subscription.

function listBySubscription(options?: ConfigurationGroupValuesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupValue, ConfigurationGroupValue[], PageSettings>

Parameters

Returns

updateTags(string, string, TagsObject, ConfigurationGroupValuesUpdateTagsOptionalParams)

Updates a hybrid configuration group tags.

function updateTags(resourceGroupName: string, configurationGroupValueName: string, parameters: TagsObject, options?: ConfigurationGroupValuesUpdateTagsOptionalParams): Promise<ConfigurationGroupValue>

Parameters

resourceGroupName

string

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

configurationGroupValueName

string

The name of the configuration group value.

parameters
TagsObject

Parameters supplied to update configuration group values tags.

options
ConfigurationGroupValuesUpdateTagsOptionalParams

The options parameters.

Returns