|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +// |
| 4 | +// Copyright (c) Microsoft and contributors. All rights reserved. |
| 5 | +// |
| 6 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | +// you may not use this file except in compliance with the License. |
| 8 | +// You may obtain a copy of the License at |
| 9 | +// http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +// |
| 11 | +// Unless required by applicable law or agreed to in writing, software |
| 12 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +// |
| 15 | +// See the License for the specific language governing permissions and |
| 16 | +// limitations under the License. |
| 17 | +// |
| 18 | +
|
| 19 | +// Warning: This code was generated by a tool. |
| 20 | +// |
| 21 | +// Changes to this file may cause incorrect behavior and will be lost if the |
| 22 | +// code is regenerated. |
| 23 | +--> |
| 24 | +<Configuration> |
| 25 | + <ViewDefinitions> |
| 26 | + <View> |
| 27 | + <Name>Microsoft.Azure.Management.Compute.Models.DeleteOperationResponse</Name> |
| 28 | + <ViewSelectedBy> |
| 29 | + <TypeName>Microsoft.Azure.Management.Compute.Models.DeleteOperationResponse</TypeName> |
| 30 | + </ViewSelectedBy> |
| 31 | + <ListControl> |
| 32 | + <ListEntries> |
| 33 | + <ListEntry> |
| 34 | + <ListItems> |
| 35 | + <ListItem> |
| 36 | + <Label>EndTime</Label> |
| 37 | + <PropertyName>EndTime</PropertyName> |
| 38 | + </ListItem> |
| 39 | + <ListItem> |
| 40 | + <Label>Error</Label> |
| 41 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_.Error, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 42 | + </ListItem> |
| 43 | + <ListItem> |
| 44 | + <Label>StartTime</Label> |
| 45 | + <PropertyName>StartTime</PropertyName> |
| 46 | + </ListItem> |
| 47 | + <ListItem> |
| 48 | + <Label>Status</Label> |
| 49 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_.Status, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 50 | + </ListItem> |
| 51 | + <ListItem> |
| 52 | + <Label>TrackingOperationId</Label> |
| 53 | + <PropertyName>TrackingOperationId</PropertyName> |
| 54 | + </ListItem> |
| 55 | + <ListItem> |
| 56 | + <Label>AzureAsyncOperation</Label> |
| 57 | + <PropertyName>AzureAsyncOperation</PropertyName> |
| 58 | + </ListItem> |
| 59 | + <ListItem> |
| 60 | + <Label>RequestId</Label> |
| 61 | + <PropertyName>RequestId</PropertyName> |
| 62 | + </ListItem> |
| 63 | + <ListItem> |
| 64 | + <Label>StatusCode</Label> |
| 65 | + <PropertyName>StatusCode</PropertyName> |
| 66 | + </ListItem> |
| 67 | + </ListItems> |
| 68 | + </ListEntry> |
| 69 | + </ListEntries> |
| 70 | + </ListControl> |
| 71 | + </View> |
| 72 | + <View> |
| 73 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetGetResponse</Name> |
| 74 | + <ViewSelectedBy> |
| 75 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetGetResponse</TypeName> |
| 76 | + </ViewSelectedBy> |
| 77 | + <ListControl> |
| 78 | + <ListEntries> |
| 79 | + <ListEntry> |
| 80 | + <ListItems> |
| 81 | + <ListItem> |
| 82 | + <Label>VirtualMachineScaleSet</Label> |
| 83 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_.VirtualMachineScaleSet, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 84 | + </ListItem> |
| 85 | + <ListItem> |
| 86 | + <Label>RequestId</Label> |
| 87 | + <PropertyName>RequestId</PropertyName> |
| 88 | + </ListItem> |
| 89 | + <ListItem> |
| 90 | + <Label>StatusCode</Label> |
| 91 | + <PropertyName>StatusCode</PropertyName> |
| 92 | + </ListItem> |
| 93 | + </ListItems> |
| 94 | + </ListEntry> |
| 95 | + </ListEntries> |
| 96 | + </ListControl> |
| 97 | + </View> |
| 98 | + <View> |
| 99 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetListResponse</Name> |
| 100 | + <ViewSelectedBy> |
| 101 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetListResponse</TypeName> |
| 102 | + </ViewSelectedBy> |
| 103 | + <ListControl> |
| 104 | + <ListEntries> |
| 105 | + <ListEntry> |
| 106 | + <ListItems> |
| 107 | + <ListItem> |
| 108 | + <Label>NextLink</Label> |
| 109 | + <PropertyName>NextLink</PropertyName> |
| 110 | + </ListItem> |
| 111 | + <ListItem> |
| 112 | + <Label>VirtualMachineScaleSets.Count</Label> |
| 113 | + <ScriptBlock> if ($_.VirtualMachineScaleSets -eq $null) { 0 } else { $_.VirtualMachineScaleSets.Count }</ScriptBlock> |
| 114 | + </ListItem> |
| 115 | + <ListItem> |
| 116 | + <Label>VirtualMachineScaleSets</Label> |
| 117 | + <ScriptBlock> foreach ($item in $_.VirtualMachineScaleSets) { [Newtonsoft.Json.JsonConvert]::SerializeObject($item, [Newtonsoft.Json.Formatting]::Indented) } </ScriptBlock> |
| 118 | + </ListItem> |
| 119 | + <ListItem> |
| 120 | + <Label>RequestId</Label> |
| 121 | + <PropertyName>RequestId</PropertyName> |
| 122 | + </ListItem> |
| 123 | + <ListItem> |
| 124 | + <Label>StatusCode</Label> |
| 125 | + <PropertyName>StatusCode</PropertyName> |
| 126 | + </ListItem> |
| 127 | + </ListItems> |
| 128 | + </ListEntry> |
| 129 | + </ListEntries> |
| 130 | + </ListControl> |
| 131 | + </View> |
| 132 | + <View> |
| 133 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet</Name> |
| 134 | + <ViewSelectedBy> |
| 135 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet</TypeName> |
| 136 | + </ViewSelectedBy> |
| 137 | + <ListControl> |
| 138 | + <ListEntries> |
| 139 | + <ListEntry> |
| 140 | + <ListItems> |
| 141 | + <ListItem> |
| 142 | + <Label>VirtualMachineScaleSet</Label> |
| 143 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 144 | + </ListItem> |
| 145 | + </ListItems> |
| 146 | + </ListEntry> |
| 147 | + </ListEntries> |
| 148 | + </ListControl> |
| 149 | + </View> |
| 150 | + <View> |
| 151 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetListSkusResponse</Name> |
| 152 | + <ViewSelectedBy> |
| 153 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetListSkusResponse</TypeName> |
| 154 | + </ViewSelectedBy> |
| 155 | + <ListControl> |
| 156 | + <ListEntries> |
| 157 | + <ListEntry> |
| 158 | + <ListItems> |
| 159 | + <ListItem> |
| 160 | + <Label>VirtualMachineScaleSetAvailableSkus.Count</Label> |
| 161 | + <ScriptBlock> if ($_.VirtualMachineScaleSetAvailableSkus -eq $null) { 0 } else { $_.VirtualMachineScaleSetAvailableSkus.Count }</ScriptBlock> |
| 162 | + </ListItem> |
| 163 | + <ListItem> |
| 164 | + <Label>VirtualMachineScaleSetAvailableSkus</Label> |
| 165 | + <ScriptBlock> foreach ($item in $_.VirtualMachineScaleSetAvailableSkus) { [Newtonsoft.Json.JsonConvert]::SerializeObject($item, [Newtonsoft.Json.Formatting]::Indented) } </ScriptBlock> |
| 166 | + </ListItem> |
| 167 | + <ListItem> |
| 168 | + <Label>RequestId</Label> |
| 169 | + <PropertyName>RequestId</PropertyName> |
| 170 | + </ListItem> |
| 171 | + <ListItem> |
| 172 | + <Label>StatusCode</Label> |
| 173 | + <PropertyName>StatusCode</PropertyName> |
| 174 | + </ListItem> |
| 175 | + </ListItems> |
| 176 | + </ListEntry> |
| 177 | + </ListEntries> |
| 178 | + </ListControl> |
| 179 | + </View> |
| 180 | + <View> |
| 181 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSku</Name> |
| 182 | + <ViewSelectedBy> |
| 183 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSku</TypeName> |
| 184 | + </ViewSelectedBy> |
| 185 | + <ListControl> |
| 186 | + <ListEntries> |
| 187 | + <ListEntry> |
| 188 | + <ListItems> |
| 189 | + <ListItem> |
| 190 | + <Label>VirtualMachineScaleSetSku</Label> |
| 191 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 192 | + </ListItem> |
| 193 | + </ListItems> |
| 194 | + </ListEntry> |
| 195 | + </ListEntries> |
| 196 | + </ListControl> |
| 197 | + </View> |
| 198 | + <View> |
| 199 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMGetResponse</Name> |
| 200 | + <ViewSelectedBy> |
| 201 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMGetResponse</TypeName> |
| 202 | + </ViewSelectedBy> |
| 203 | + <ListControl> |
| 204 | + <ListEntries> |
| 205 | + <ListEntry> |
| 206 | + <ListItems> |
| 207 | + <ListItem> |
| 208 | + <Label>VirtualMachineScaleSetVM</Label> |
| 209 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_.VirtualMachineScaleSetVM, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 210 | + </ListItem> |
| 211 | + <ListItem> |
| 212 | + <Label>RequestId</Label> |
| 213 | + <PropertyName>RequestId</PropertyName> |
| 214 | + </ListItem> |
| 215 | + <ListItem> |
| 216 | + <Label>StatusCode</Label> |
| 217 | + <PropertyName>StatusCode</PropertyName> |
| 218 | + </ListItem> |
| 219 | + </ListItems> |
| 220 | + </ListEntry> |
| 221 | + </ListEntries> |
| 222 | + </ListControl> |
| 223 | + </View> |
| 224 | + <View> |
| 225 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMGetInstanceViewResponse</Name> |
| 226 | + <ViewSelectedBy> |
| 227 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMGetInstanceViewResponse</TypeName> |
| 228 | + </ViewSelectedBy> |
| 229 | + <ListControl> |
| 230 | + <ListEntries> |
| 231 | + <ListEntry> |
| 232 | + <ListItems> |
| 233 | + <ListItem> |
| 234 | + <Label>VirtualMachineScaleSetVMInstanceView</Label> |
| 235 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_.VirtualMachineScaleSetVMInstanceView, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 236 | + </ListItem> |
| 237 | + <ListItem> |
| 238 | + <Label>RequestId</Label> |
| 239 | + <PropertyName>RequestId</PropertyName> |
| 240 | + </ListItem> |
| 241 | + <ListItem> |
| 242 | + <Label>StatusCode</Label> |
| 243 | + <PropertyName>StatusCode</PropertyName> |
| 244 | + </ListItem> |
| 245 | + </ListItems> |
| 246 | + </ListEntry> |
| 247 | + </ListEntries> |
| 248 | + </ListControl> |
| 249 | + </View> |
| 250 | + <View> |
| 251 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMListResponse</Name> |
| 252 | + <ViewSelectedBy> |
| 253 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMListResponse</TypeName> |
| 254 | + </ViewSelectedBy> |
| 255 | + <ListControl> |
| 256 | + <ListEntries> |
| 257 | + <ListEntry> |
| 258 | + <ListItems> |
| 259 | + <ListItem> |
| 260 | + <Label>VirtualMachineScaleSetVMs.Count</Label> |
| 261 | + <ScriptBlock> if ($_.VirtualMachineScaleSetVMs -eq $null) { 0 } else { $_.VirtualMachineScaleSetVMs.Count }</ScriptBlock> |
| 262 | + </ListItem> |
| 263 | + <ListItem> |
| 264 | + <Label>VirtualMachineScaleSetVMs</Label> |
| 265 | + <ScriptBlock> foreach ($item in $_.VirtualMachineScaleSetVMs) { [Newtonsoft.Json.JsonConvert]::SerializeObject($item, [Newtonsoft.Json.Formatting]::Indented) } </ScriptBlock> |
| 266 | + </ListItem> |
| 267 | + <ListItem> |
| 268 | + <Label>RequestId</Label> |
| 269 | + <PropertyName>RequestId</PropertyName> |
| 270 | + </ListItem> |
| 271 | + <ListItem> |
| 272 | + <Label>StatusCode</Label> |
| 273 | + <PropertyName>StatusCode</PropertyName> |
| 274 | + </ListItem> |
| 275 | + </ListItems> |
| 276 | + </ListEntry> |
| 277 | + </ListEntries> |
| 278 | + </ListControl> |
| 279 | + </View> |
| 280 | + <View> |
| 281 | + <Name>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM</Name> |
| 282 | + <ViewSelectedBy> |
| 283 | + <TypeName>Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVM</TypeName> |
| 284 | + </ViewSelectedBy> |
| 285 | + <ListControl> |
| 286 | + <ListEntries> |
| 287 | + <ListEntry> |
| 288 | + <ListItems> |
| 289 | + <ListItem> |
| 290 | + <Label>VirtualMachineScaleSetVM</Label> |
| 291 | + <ScriptBlock>[Newtonsoft.Json.JsonConvert]::SerializeObject($_, [Newtonsoft.Json.Formatting]::Indented)</ScriptBlock> |
| 292 | + </ListItem> |
| 293 | + </ListItems> |
| 294 | + </ListEntry> |
| 295 | + </ListEntries> |
| 296 | + </ListControl> |
| 297 | + </View> |
| 298 | + </ViewDefinitions> |
| 299 | +</Configuration> |
0 commit comments