SubscriptionsClient Interface
public interface SubscriptionsClient
An instance of this class provides access to all the operations defined in SubscriptionsClient.
Method Summary
Method Details
checkZonePeers
public abstract CheckZonePeersResultInner checkZonePeers(String subscriptionId, CheckZonePeersRequest parameters)
Compares a subscriptions logical zone mapping.
Parameters:
Returns:
checkZonePeersAsync
public abstract Mono
Compares a subscriptions logical zone mapping.
Parameters:
Returns:
checkZonePeersWithResponse
public abstract Response
Compares a subscriptions logical zone mapping.
Parameters:
Returns:
checkZonePeersWithResponseAsync
public abstract Mono
Compares a subscriptions logical zone mapping.
Parameters:
Returns:
get
public abstract SubscriptionInner get(String subscriptionId)
Gets details about a specified subscription.
Parameters:
Returns:
getAsync
public abstract Mono
Gets details about a specified subscription.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets details about a specified subscription.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets details about a specified subscription.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all subscriptions for a tenant.
Returns:
list
public abstract PagedIterable
Gets all subscriptions for a tenant.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all subscriptions for a tenant.
Returns:
listLocations
public abstract PagedIterable
Gets all available geo-locations. This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
Parameters:
Returns:
listLocations
public abstract PagedIterable
Gets all available geo-locations. This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
Parameters:
Returns:
listLocationsAsync
public abstract PagedFlux
Gets all available geo-locations. This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
Parameters:
Returns:
listLocationsAsync
public abstract PagedFlux
Gets all available geo-locations. This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
Parameters:
Returns:
Applies to
Azure SDK for Java