Mono<RoleInstanceInner> |
CloudServiceRoleInstancesClient.getAsync(String roleInstanceName,
String resourceGroupName,
String cloudServiceName,
InstanceViewTypes expand) |
Gets a role instance from a cloud service.
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.getAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand) |
Retrieves information about a dedicated host.
|
Mono<VirtualMachineScaleSetVMInner> |
VirtualMachineScaleSetVMsClient.getAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
InstanceViewTypes expand) |
Gets a virtual machine from a VM scale set.
|
Mono<DedicatedHostGroupInner> |
DedicatedHostGroupsClient.getByResourceGroupAsync(String resourceGroupName,
String hostGroupName,
InstanceViewTypes expand) |
Retrieves information about a dedicated host group.
|
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<DedicatedHostGroupInner> |
DedicatedHostGroupsClient.getByResourceGroupWithResponse(String resourceGroupName,
String hostGroupName,
InstanceViewTypes expand,
com.azure.core.util.Context context) |
Retrieves information about a dedicated host group.
|
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<DedicatedHostGroupInner>> |
DedicatedHostGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String hostGroupName,
InstanceViewTypes expand) |
Retrieves information about a dedicated host group.
|
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<RoleInstanceInner> |
CloudServiceRoleInstancesClient.getWithResponse(String roleInstanceName,
String resourceGroupName,
String cloudServiceName,
InstanceViewTypes expand,
com.azure.core.util.Context context) |
Gets a role instance from a cloud service.
|
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.
|
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.
|
Mono<com.azure.core.http.rest.Response<RoleInstanceInner>> |
CloudServiceRoleInstancesClient.getWithResponseAsync(String roleInstanceName,
String resourceGroupName,
String cloudServiceName,
InstanceViewTypes expand) |
Gets a role instance from a cloud service.
|
Mono<com.azure.core.http.rest.Response<DedicatedHostInner>> |
DedicatedHostsClient.getWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand) |
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.
|
com.azure.core.http.rest.PagedIterable<RoleInstanceInner> |
CloudServiceRoleInstancesClient.list(String resourceGroupName,
String cloudServiceName,
InstanceViewTypes expand,
com.azure.core.util.Context context) |
Gets the list of all role instances in a cloud service.
|
com.azure.core.http.rest.PagedFlux<RoleInstanceInner> |
CloudServiceRoleInstancesClient.listAsync(String resourceGroupName,
String cloudServiceName,
InstanceViewTypes expand) |
Gets the list of all role instances in a cloud service.
|