Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.azure.management |
This package contains the Azure rollup client.
|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
<T,THeader> |
AzureClient.getPostOrDeleteResultWithHeaders(rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> observable,
Type resourceType,
Class<THeader> headerType)
Handles an initial response from a POST or DELETE operation response by polling
the status of the operation until the long running operation terminates.
|
<T,THeader> |
AzureClient.getPutOrPatchResultWithHeaders(rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> observable,
Type resourceType,
Class<THeader> headerType)
Handles an initial response from a PUT or PATCH operation response by polling
the status of the operation until the long running operation terminates.
|
Modifier and Type | Method and Description |
---|---|
Azure |
Azure.Authenticated.withDefaultSubscription()
Selects the default subscription as the subscription for the APIs to work with.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualMachineScaleSets.deallocate(String groupName,
String name)
Shuts down the virtual machines in the scale set and releases the compute resources.
|
void |
VirtualMachineScaleSets.powerOff(String groupName,
String name)
Powers off (stops) the virtual machines in the scale set.
|
void |
VirtualMachineScaleSets.reimage(String groupName,
String name)
Re-images (updates the version of the installed operating system) the virtual machines in the scale set.
|
void |
VirtualMachineScaleSets.restart(String groupName,
String name)
Restarts the virtual machines in the scale set.
|
void |
VirtualMachineScaleSets.start(String groupName,
String name)
Starts the virtual machines in the scale set.
|
Copyright © 2019. All rights reserved.