public interface ApplicationGateways extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ApplicationGateway.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewaysInner>
| 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.
|
rx.Observable<String> |
startAsync(Collection<String> ids)
Starts the specified application gateways in parallel asynchronously.
|
rx.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.
|
rx.Observable<String> |
stopAsync(Collection<String> ids)
Stops the specified application gateways in parallel asynchronously.
|
rx.Observable<String> |
stopAsync(String... ids)
Stops the specified application gateways in parallel asynchronously.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncvoid start(String... ids)
ids - application gateway resource idsvoid start(Collection<String> ids)
ids - application gateway resource idsrx.Observable<String> startAsync(String... ids)
ids - application gateway resource idrx.Observable<String> startAsync(Collection<String> ids)
ids - application gateway resource idvoid stop(String... ids)
ids - application gateway resource idsvoid stop(Collection<String> ids)
ids - application gateway resource idsrx.Observable<String> stopAsync(String... ids)
ids - application gateway resource idsrx.Observable<String> stopAsync(Collection<String> ids)
ids - application gateway resource id/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/