InnerSupportsListing<InnerT> Interface
Type Parameters
- InnerT
the fluent type of the resource
public interface InnerSupportsListing
Provides access to listing Azure resources of a specific type in a subscription.
(Note: this interface is not intended to be implemented by user code)
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Lists the page list of all resources of specific type available in subscription. |
abstract
Paged |
listAsync()
Returns the observable for the page list of all resources of specific type in subscription. |
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Lists the page list of all resources of specific type in specified resource group. |
abstract
Paged |
listByResourceGroupAsync(String resourceGroup)
Returns the observable for the page list of all resources of specific type in specified resource group. |
Method Details
list
public abstract PagedIterable
Lists the page list of all resources of specific type available in subscription.
Returns:
listAsync
public abstract PagedFlux
Returns the observable for the page list of all resources of specific type in subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists the page list of all resources of specific type in specified resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Returns the observable for the page list of all resources of specific type in specified resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java