ApplicationGateways Interface
public interface ApplicationGateways extends SupportsCreating<ApplicationGateway.DefinitionStages.Blank>,SupportsListing,SupportsListingByResourceGroup,SupportsGettingByResourceGroup,SupportsGettingById,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation,SupportsBatchDeletion,HasManager,HasInner
Entry point to application gateway management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
start(Collection<String> ids)
Starts the specified application gateways. |
void |
start(String...ids)
Starts the specified application gateways. |
Observable<String> |
startAsync(Collection<String> ids)
Starts the specified application gateways in parallel asynchronously. |
Observable<String> |
startAsync(String... ids)
Starts the specified application gateways in parallel asynchronously. |
void |
stop(Collection<String> ids)
Stops the specified application gateways. |
void |
stop(String...ids)
Stops the specified application gateways. |
Observable<String> |
stopAsync(Collection<String> ids)
Stops the specified application gateways in parallel asynchronously. |
Observable<String> |
stopAsync(String...ids)
Stops the specified application gateways in parallel asynchronously. |
Inherited Members
Method Details
start
public void start(Collection
Starts the specified application gateways.
Parameters:
start
public void start(String...ids)
Starts the specified application gateways.
Parameters:
startAsync
public Observable
Starts the specified application gateways in parallel asynchronously.
Parameters:
Returns:
startAsync
public Observable
Starts the specified application gateways in parallel asynchronously.
Parameters:
Returns:
stop
public void stop(Collection
Stops the specified application gateways.
Parameters:
stop
public void stop(String...ids)
Stops the specified application gateways.
Parameters:
stopAsync
public Observable
Stops the specified application gateways in parallel asynchronously.
Parameters:
Returns:
stopAsync
public Observable
Stops the specified application gateways in parallel asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java