azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

141 строка
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.ApplicationGateways"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways"
name: "ApplicationGateways"
nameWithType: "ApplicationGateways"
summary: "Entry point to application gateway management API in Azure."
syntax: "public interface **ApplicationGateways**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.Blank?alt=com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.NetworkManager?alt=com.azure.resourcemanager.network.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.start(java.lang.String...)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.start(String[] ids)"
name: "start(String[] ids)"
nameWithType: "ApplicationGateways.start(String[] ids)"
summary: "Starts the specified application gateways."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource ids"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public abstract void start(String[] ids)"
desc: "Starts the specified application gateways."
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.start(java.util.Collection<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.start(Collection<String> ids)"
name: "start(Collection<String> ids)"
nameWithType: "ApplicationGateways.start(Collection<String> ids)"
summary: "Starts the specified application gateways."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource ids"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract void start(Collection<String> ids)"
desc: "Starts the specified application gateways."
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.startAsync(java.lang.String...)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.startAsync(String[] ids)"
name: "startAsync(String[] ids)"
nameWithType: "ApplicationGateways.startAsync(String[] ids)"
summary: "Starts the specified application gateways in parallel asynchronously."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource id"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public abstract Flux<String> startAsync(String[] ids)"
desc: "Starts the specified application gateways in parallel asynchronously."
returns:
description: "an emitter of the resource ID for each successfully started application gateway"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.startAsync(java.util.Collection<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.startAsync(Collection<String> ids)"
name: "startAsync(Collection<String> ids)"
nameWithType: "ApplicationGateways.startAsync(Collection<String> ids)"
summary: "Starts the specified application gateways in parallel asynchronously."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource id"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract Flux<String> startAsync(Collection<String> ids)"
desc: "Starts the specified application gateways in parallel asynchronously."
returns:
description: "an emitter of the resource ID for each successfully started application gateway"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.stop(java.lang.String...)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.stop(String[] ids)"
name: "stop(String[] ids)"
nameWithType: "ApplicationGateways.stop(String[] ids)"
summary: "Stops the specified application gateways."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource ids"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public abstract void stop(String[] ids)"
desc: "Stops the specified application gateways."
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.stop(java.util.Collection<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.stop(Collection<String> ids)"
name: "stop(Collection<String> ids)"
nameWithType: "ApplicationGateways.stop(Collection<String> ids)"
summary: "Stops the specified application gateways."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource ids"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract void stop(Collection<String> ids)"
desc: "Stops the specified application gateways."
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.stopAsync(java.lang.String...)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.stopAsync(String[] ids)"
name: "stopAsync(String[] ids)"
nameWithType: "ApplicationGateways.stopAsync(String[] ids)"
summary: "Stops the specified application gateways in parallel asynchronously."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource ids"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public abstract Flux<String> stopAsync(String[] ids)"
desc: "Stops the specified application gateways in parallel asynchronously."
returns:
description: "an emitter of the resource ID for each successfully stopped application gateway"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.ApplicationGateways.stopAsync(java.util.Collection<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGateways.stopAsync(Collection<String> ids)"
name: "stopAsync(Collection<String> ids)"
nameWithType: "ApplicationGateways.stopAsync(Collection<String> ids)"
summary: "Stops the specified application gateways in parallel asynchronously."
modifiers:
- "abstract"
parameters:
- description: "application gateway resource id"
name: "ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract Flux<String> stopAsync(Collection<String> ids)"
desc: "Stops the specified application gateways in parallel asynchronously."
returns:
description: "an emitter of the resource ID for each successfully stopped application gateway"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "interface"
desc: "Entry point to application gateway management API in Azure."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.NetworkManager?alt=com.azure.resourcemanager.network.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.Blank?alt=com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGateway?alt=com.azure.resourcemanager.network.models.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0