ConfigurationGroupValues interface
Interface representing a ConfigurationGroupValues.
Methods
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.
The options parameters.
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.
The options parameters.
Returns
Promise<ConfigurationGroupValue>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupValuesDeleteHeaders>, ConfigurationGroupValuesDeleteHeaders>>
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.
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.
The options parameters.
Returns
Promise<ConfigurationGroupValue>
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.
The options parameters.
Returns
listBySubscription(ConfigurationGroupValuesListBySubscriptionOptionalParams)
Lists all sites in the configuration group value in a subscription.
function listBySubscription(options?: ConfigurationGroupValuesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupValue, ConfigurationGroupValue[], PageSettings>
Parameters
The options 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.
The options parameters.
Returns
Promise<ConfigurationGroupValue>
Azure SDK for JavaScript