< Back

Set-AzureRmDefault

Tue Jan 29, 2019 10:00 pm

NAME Set-AzureRmDefault



SYNOPSIS

Sets a default in the current context





SYNTAX

Set-AzureRmDefault [-DefaultProfile <IAzureContextContainer>] [-Force] [-ResourceGroupName <String>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmDefault cmdlet adds or changes the defaults in the current context.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Force [<SwitchParameter>]

Create a new resource group if specified default does not exist



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Name of the resource group being set as default



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Management.Internal.Resources.Models.ResourceGroup







NOTES









Example 1



PS C:\\> Set-AzureRmDefault -ResourceGroupName myResourceGroup



Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup

Name : myResourceGroup

Properties : Microsoft.Azure.Management.Internal.Resources.Models.ResourceGroupProperties

Location : eastus

ManagedBy :

Tags :



This command sets the default resource group to the resource group specified by the user.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ermdefault