New-VBRAzureTag
Short Description
Defines Azure metadata tags.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRAzureTag -Key <string> -Value <string> [<CommonParameters>] |
Detailed Description
This cmdlet defines the VBRAzureTag object. This object contains Azure metadata tags.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Key |
Specifies a key for the Azure metadata tag. The cmdlet will create the cmdlet with the specified key. |
String |
True |
Named |
False |
|
Value |
Specifies a value for the the Azure metadata tag. The cmdlet will create the cmdlet with the specified value. |
String |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Defining Azure MetadataTags
This command defines Azure metadata tags.
|
New-VBRAzureTag -Key Critically -Value High |