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

518 строки
46 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient"
name: "NetworkGroupsClient"
nameWithType: "NetworkGroupsClient"
summary: "An instance of this class provides access to all the operations defined in Network<wbr>Groups<wbr>Client."
syntax: "public interface **NetworkGroupsClient**"
methods:
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Deletes a network group."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
name: "beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
nameWithType: "NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
desc: "Deletes a network group."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Deletes a network group."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
name: "beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
nameWithType: "NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
desc: "Deletes a network group."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
name: "createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
nameWithType: "NetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
summary: "Creates or updates a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the specify which network group need to create."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NetworkGroupInner createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
desc: "Creates or updates a network group."
returns:
description: "the network group resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
nameWithType: "NetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
summary: "Creates or updates a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the specify which network group need to create."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<NetworkGroupInner> createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)"
desc: "Creates or updates a network group."
returns:
description: "the network group resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)"
nameWithType: "NetworkGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)"
summary: "Creates or updates a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the specify which network group need to create."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify\n the last-seen ETag value to prevent accidentally overwriting concurrent changes."
name: "ifMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NetworkGroupsCreateOrUpdateResponse createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)"
desc: "Creates or updates a network group."
returns:
description: "the network group resource."
type: "<xref href=\"com.azure.resourcemanager.network.models.NetworkGroupsCreateOrUpdateResponse?alt=com.azure.resourcemanager.network.models.NetworkGroupsCreateOrUpdateResponse&text=NetworkGroupsCreateOrUpdateResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)"
nameWithType: "NetworkGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)"
summary: "Creates or updates a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the specify which network group need to create."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify\n the last-seen ETag value to prevent accidentally overwriting concurrent changes."
name: "ifMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<NetworkGroupsCreateOrUpdateResponse> createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)"
desc: "Creates or updates a network group."
returns:
description: "the network group resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.NetworkGroupsCreateOrUpdateResponse?alt=com.azure.resourcemanager.network.models.NetworkGroupsCreateOrUpdateResponse&text=NetworkGroupsCreateOrUpdateResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "delete(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Deletes a network group."
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
name: "delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
nameWithType: "NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)"
desc: "Deletes a network group."
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Deletes a network group."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
name: "deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
nameWithType: "NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
desc: "Deletes a network group."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
name: "deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
nameWithType: "NetworkGroupsClient.deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
summary: "Deletes a network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)"
desc: "Deletes a network group."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<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/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.get(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "get(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.get(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Gets the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract NetworkGroupInner get(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Gets the specified network group."
returns:
description: "the specified network group."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Gets the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<NetworkGroupInner> getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Gets the specified network group."
returns:
description: "the specified network group on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)"
name: "getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)"
nameWithType: "NetworkGroupsClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)"
summary: "Gets the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<NetworkGroupInner> getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)"
desc: "Gets the specified network group."
returns:
description: "the specified network group along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
name: "getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
nameWithType: "NetworkGroupsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
summary: "Gets the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network group."
name: "networkGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<NetworkGroupInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)"
desc: "Gets the specified network group."
returns:
description: "the specified network group along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(String resourceGroupName, String networkManagerName)"
name: "list(String resourceGroupName, String networkManagerName)"
nameWithType: "NetworkGroupsClient.list(String resourceGroupName, String networkManagerName)"
summary: "Lists the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<NetworkGroupInner> list(String resourceGroupName, String networkManagerName)"
desc: "Lists the specified network group."
returns:
description: "result of the request to list NetworkGroup as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)"
name: "list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)"
nameWithType: "NetworkGroupsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)"
summary: "Lists the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An optional query parameter which specifies the maximum number of records to be returned by the\n server."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "SkipToken is only used if a previous operation returned a partial result. If a previous response\n contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies\n a starting point to use for subsequent calls."
name: "skipToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<NetworkGroupInner> list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)"
desc: "Lists the specified network group."
returns:
description: "result of the request to list NetworkGroup as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName)"
name: "listAsync(String resourceGroupName, String networkManagerName)"
nameWithType: "NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName)"
summary: "Lists the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<NetworkGroupInner> listAsync(String resourceGroupName, String networkManagerName)"
desc: "Lists the specified network group."
returns:
description: "result of the request to list NetworkGroup as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)"
name: "listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)"
nameWithType: "NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)"
summary: "Lists the specified network group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network manager."
name: "networkManagerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An optional query parameter which specifies the maximum number of records to be returned by the\n server."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "SkipToken is only used if a previous operation returned a partial result. If a previous response\n contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies\n a starting point to use for subsequent calls."
name: "skipToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<NetworkGroupInner> listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)"
desc: "Lists the specified network group."
returns:
description: "result of the request to list NetworkGroup as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.NetworkGroupInner?alt=com.azure.resourcemanager.network.fluent.models.NetworkGroupInner&text=NetworkGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in NetworkGroupsClient."
metadata: {}
package: "com.azure.resourcemanager.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0