ComputeNodeExtensions Interface
public interface ComputeNodeExtensions
An instance of this class provides access to all the operations defined in ComputeNodeExtensions.
Method Summary
Method Details
get
public abstract NodeVMExtension get(String poolId, String nodeId, String extensionName)
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
get
public abstract NodeVMExtension get(String poolId, String nodeId, String extensionName, ComputeNodeExtensionGetOptions computeNodeExtensionGetOptions)
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getAsync
public abstract Observable
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getAsync
public abstract Observable
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getAsync
public abstract ServiceFuture
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getAsync
public abstract ServiceFuture
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getWithServiceResponseAsync
public abstract Observable
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
getWithServiceResponseAsync
public abstract Observable
Gets information about the specified Compute Node Extension.
Parameters:
Returns:
list
public abstract PagedList
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
list
public abstract PagedList
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listAsync
public abstract ServiceFuture> listAsync(String poolId, String nodeId, ListOperationCallback
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listAsync
public abstract ServiceFuture> listAsync(String poolId, String nodeId, ComputeNodeExtensionListOptions computeNodeExtensionListOptions, ListOperationCallback
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNext
public abstract PagedList
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNext
public abstract PagedList
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextAsync
public abstract ServiceFuture> listNextAsync(String nextPageLink, ComputeNodeExtensionListNextOptions computeNodeExtensionListNextOptions, ServiceFuture
> serviceFuture, ListOperationCallback
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextAsync
public abstract ServiceFuture> listNextAsync(String nextPageLink, ServiceFuture
> serviceFuture, ListOperationCallback
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextWithServiceResponseAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listNextWithServiceResponseAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listWithServiceResponseAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
listWithServiceResponseAsync
public abstract Observable
Lists the Compute Nodes Extensions in the specified Pool.
Parameters:
Returns:
Applies to
Azure SDK for Java