| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<VirtualMachineScaleSetVMInner> |
VirtualMachineScaleSetVMsClient.getAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
InstanceViewTypes expand)
Gets a virtual machine from a VM scale set.
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.getAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand)
Retrieves information about a dedicated host.
|
Mono<VirtualMachineInner> |
VirtualMachinesClient.getByResourceGroupAsync(String resourceGroupName,
String vmName,
InstanceViewTypes expand)
Retrieves information about the model view or the instance view of a virtual machine.
|
com.azure.core.http.rest.Response<VirtualMachineInner> |
VirtualMachinesClient.getByResourceGroupWithResponse(String resourceGroupName,
String vmName,
InstanceViewTypes expand,
com.azure.core.util.Context context)
Retrieves information about the model view or the instance view of a virtual machine.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineInner>> |
VirtualMachinesClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String vmName,
InstanceViewTypes expand)
Retrieves information about the model view or the instance view of a virtual machine.
|
com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInner> |
VirtualMachineScaleSetVMsClient.getWithResponse(String resourceGroupName,
String vmScaleSetName,
String instanceId,
InstanceViewTypes expand,
com.azure.core.util.Context context)
Gets a virtual machine from a VM scale set.
|
com.azure.core.http.rest.Response<DedicatedHostInner> |
DedicatedHostsClient.getWithResponse(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand,
com.azure.core.util.Context context)
Retrieves information about a dedicated host.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetVMInner>> |
VirtualMachineScaleSetVMsClient.getWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
InstanceViewTypes expand)
Gets a virtual machine from a VM scale set.
|
Mono<com.azure.core.http.rest.Response<DedicatedHostInner>> |
DedicatedHostsClient.getWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand)
Retrieves information about a dedicated host.
|
| Modifier and Type | Method and Description |
|---|---|
static InstanceViewTypes |
InstanceViewTypes.fromString(String value)
Parses a serialized value to a InstanceViewTypes instance.
|
static InstanceViewTypes |
InstanceViewTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceViewTypes[] |
InstanceViewTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.