You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The credentials, account, tenant, and subscription used for communication with Azure.
107
-
108
-
```yaml
109
-
Type: System.Management.Automation.PSObject
110
-
Parameter Sets: (All)
111
-
Aliases: AzureRMContext, AzureCredential
112
-
113
-
Required: False
114
-
Position: Named
115
-
Default value: None
116
-
Accept pipeline input: False
117
-
Accept wildcard characters: False
118
-
```
119
-
120
-
### -ResourceGroupName
121
-
The name of the resource group.
122
-
The name is case insensitive.
123
-
124
-
```yaml
125
-
Type: System.String
126
-
Parameter Sets: List1
127
-
Aliases:
128
-
129
-
Required: True
130
-
Position: Named
131
-
Default value: None
132
-
Accept pipeline input: False
133
-
Accept wildcard characters: False
134
-
```
135
-
136
-
### -SubscriptionId
137
-
The ID of the target subscription.
138
-
139
-
```yaml
140
-
Type: System.String[]
141
-
Parameter Sets: (All)
142
-
Aliases:
143
-
144
-
Required: False
145
-
Position: Named
146
-
Default value: (Get-AzContext).Subscription.Id
147
-
Accept pipeline input: False
148
-
Accept wildcard characters: False
149
-
```
150
-
151
-
### CommonParameters
152
-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
0 commit comments