InnerT - the fluent type of the resourcepublic interface InnerSupportsGet<InnerT>
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and Description |
|---|---|
InnerT |
getByResourceGroup(String resourceGroupName,
String resourceName)
Returns the specific resource.
|
rx.Observable<InnerT> |
getByResourceGroupAsync(String resourceGroupName,
String resourceName)
Returns the specific resource asynchronously.
|
ServiceFuture<InnerT> |
getByResourceGroupAsync(String resourceGroupName,
String resourceName,
ServiceCallback<InnerT> serviceCallback)
Returns the specific resource asynchronously.
|
InnerT getByResourceGroup(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group within the user's subscription.resourceName - The name of the resource within specified resource group.rx.Observable<InnerT> getByResourceGroupAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group within the user's subscription.resourceName - The name of the resource within specified resource group.ServiceFuture<InnerT> getByResourceGroupAsync(String resourceGroupName, String resourceName, ServiceCallback<InnerT> serviceCallback)
resourceGroupName - The name of the resource group within the user's subscription.resourceName - The name of the resource within specified resource group.serviceCallback - the async ServiceCallback to handle successful and failed responses.Copyright © 2019. All rights reserved.