public class VirtualMachineDiskListResponse extends OperationResponse implements Iterable<VirtualMachineDiskListResponse.VirtualMachineDisk>
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualMachineDiskListResponse.VirtualMachineDisk
A virtual machine disk associated with your subscription.
|
static class |
VirtualMachineDiskListResponse.VirtualMachineDiskUsageDetails
Contains properties that specify a virtual machine that currently using
the disk.
|
| Constructor and Description |
|---|
VirtualMachineDiskListResponse()
Initializes a new instance of the VirtualMachineDiskListResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<VirtualMachineDiskListResponse.VirtualMachineDisk> |
getDisks()
Optional.
|
Iterator<VirtualMachineDiskListResponse.VirtualMachineDisk> |
iterator()
Gets the sequence of Disks.
|
void |
setDisks(ArrayList<VirtualMachineDiskListResponse.VirtualMachineDisk> disksValue)
Optional.
|
getRequestId, getStatusCode, setRequestId, setStatusCodepublic VirtualMachineDiskListResponse()
public ArrayList<VirtualMachineDiskListResponse.VirtualMachineDisk> getDisks()
public void setDisks(ArrayList<VirtualMachineDiskListResponse.VirtualMachineDisk> disksValue)
disksValue - The Disks value.public Iterator<VirtualMachineDiskListResponse.VirtualMachineDisk> iterator()
iterator in interface Iterable<VirtualMachineDiskListResponse.VirtualMachineDisk>/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/