578 строки
53 KiB
YAML
578 строки
53 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient"
|
|
name: "IpGroupsClient"
|
|
nameWithType: "IpGroupsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Ip<wbr>Groups<wbr>Client."
|
|
syntax: "public interface **IpGroupsClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
nameWithType: "IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<IpGroupInner>,IpGroupInner> beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
desc: "Creates or updates an ipGroups in a specified resource 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 the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
nameWithType: "IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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<IpGroupInner>,IpGroupInner> beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
desc: "Creates or updates an ipGroups in a specified resource 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 the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
name: "beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
nameWithType: "IpGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<IpGroupInner>,IpGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
desc: "Creates or updates an ipGroups in a specified resource 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 the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDelete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDelete(String resourceGroupName, String ipGroupsName)"
|
|
name: "beginDelete(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.beginDelete(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 ipGroupsName)"
|
|
desc: "Deletes the specified ipGroups."
|
|
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\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDelete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
nameWithType: "IpGroupsClient.beginDelete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
desc: "Deletes the specified ipGroups."
|
|
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\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDeleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.beginDeleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
name: "beginDeleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.beginDeleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 ipGroupsName)"
|
|
desc: "Deletes the specified ipGroups."
|
|
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\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
name: "createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
nameWithType: "IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
desc: "Creates or updates an ipGroups in a specified resource group."
|
|
returns:
|
|
description: "the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
nameWithType: "IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)"
|
|
desc: "Creates or updates an ipGroups in a specified resource group."
|
|
returns:
|
|
description: "the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
nameWithType: "IpGroupsClient.createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<IpGroupInner> createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
desc: "Creates or updates an ipGroups in a specified resource group."
|
|
returns:
|
|
description: "the IpGroups resource information 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><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.IpGroupInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
nameWithType: "IpGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
summary: "Creates or updates an ip<wbr>Groups in a specified resource 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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the create or update IpGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)"
|
|
desc: "Creates or updates an ipGroups in a specified resource group."
|
|
returns:
|
|
description: "the IpGroups resource information 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.delete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.delete(String resourceGroupName, String ipGroupsName)"
|
|
name: "delete(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.delete(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 ipGroupsName)"
|
|
desc: "Deletes the specified ipGroups."
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.delete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
name: "delete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
nameWithType: "IpGroupsClient.delete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 void delete(String resourceGroupName, String ipGroupsName, Context context)"
|
|
desc: "Deletes the specified ipGroups."
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.deleteAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.deleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
name: "deleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.deleteAsync(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
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 ipGroupsName)"
|
|
desc: "Deletes the specified ipGroups."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.deleteWithResponseAsync(String resourceGroupName, String ipGroupsName)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.deleteWithResponseAsync(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Deletes the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String ipGroupsName)"
|
|
desc: "Deletes the specified ipGroups."
|
|
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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroup(String resourceGroupName, String ipGroupsName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.getByResourceGroup(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Gets the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract IpGroupInner getByResourceGroup(String resourceGroupName, String ipGroupsName)"
|
|
desc: "Gets the specified ipGroups."
|
|
returns:
|
|
description: "the specified ipGroups."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupAsync(String resourceGroupName, String ipGroupsName)"
|
|
name: "getByResourceGroupAsync(String resourceGroupName, String ipGroupsName)"
|
|
nameWithType: "IpGroupsClient.getByResourceGroupAsync(String resourceGroupName, String ipGroupsName)"
|
|
summary: "Gets the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<IpGroupInner> getByResourceGroupAsync(String resourceGroupName, String ipGroupsName)"
|
|
desc: "Gets the specified ipGroups."
|
|
returns:
|
|
description: "the specified ipGroups 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><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, Context context)"
|
|
nameWithType: "IpGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, Context context)"
|
|
summary: "Gets the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups\n resource."
|
|
name: "expand"
|
|
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<IpGroupInner> getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, Context context)"
|
|
desc: "Gets the specified ipGroups."
|
|
returns:
|
|
description: "the specified ipGroups 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand)"
|
|
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand)"
|
|
nameWithType: "IpGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand)"
|
|
summary: "Gets the specified ip<wbr>Groups."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups\n resource."
|
|
name: "expand"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<IpGroupInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand)"
|
|
desc: "Gets the specified ipGroups."
|
|
returns:
|
|
description: "the specified ipGroups 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.list()"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.list()"
|
|
name: "list()"
|
|
nameWithType: "IpGroupsClient.list()"
|
|
summary: "Gets all Ip<wbr>Groups in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<IpGroupInner> list()"
|
|
desc: "Gets all IpGroups in a subscription."
|
|
returns:
|
|
description: "all IpGroups in a subscription 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "IpGroupsClient.list(Context context)"
|
|
summary: "Gets all Ip<wbr>Groups in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- 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<IpGroupInner> list(Context context)"
|
|
desc: "Gets all IpGroups in a subscription."
|
|
returns:
|
|
description: "all IpGroups in a subscription 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listAsync()"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listAsync()"
|
|
name: "listAsync()"
|
|
nameWithType: "IpGroupsClient.listAsync()"
|
|
summary: "Gets all Ip<wbr>Groups in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedFlux<IpGroupInner> listAsync()"
|
|
desc: "Gets all IpGroups in a subscription."
|
|
returns:
|
|
description: "all IpGroups in a subscription 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "IpGroupsClient.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Gets all Ip<wbr>Groups in a resource 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>"
|
|
syntax: "public abstract PagedIterable<IpGroupInner> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Gets all IpGroups in a resource group."
|
|
returns:
|
|
description: "all IpGroups in a resource group 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "IpGroupsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Gets all Ip<wbr>Groups in a resource 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 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<IpGroupInner> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Gets all IpGroups in a resource group."
|
|
returns:
|
|
description: "all IpGroups in a resource group 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroupAsync(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
name: "listByResourceGroupAsync(String resourceGroupName)"
|
|
nameWithType: "IpGroupsClient.listByResourceGroupAsync(String resourceGroupName)"
|
|
summary: "Gets all Ip<wbr>Groups in a resource 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>"
|
|
syntax: "public abstract PagedFlux<IpGroupInner> listByResourceGroupAsync(String resourceGroupName)"
|
|
desc: "Gets all IpGroups in a resource group."
|
|
returns:
|
|
description: "all IpGroups in a resource group 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroups(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
name: "updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
nameWithType: "IpGroupsClient.updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
summary: "Updates tags of an Ip<wbr>Groups resource."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the update ipGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract IpGroupInner updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
desc: "Updates tags of an IpGroups resource."
|
|
returns:
|
|
description: "the IpGroups resource information."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
name: "updateGroupsAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
nameWithType: "IpGroupsClient.updateGroupsAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
summary: "Updates tags of an Ip<wbr>Groups resource."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the update ipGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<IpGroupInner> updateGroupsAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
desc: "Updates tags of an IpGroups resource."
|
|
returns:
|
|
description: "the IpGroups resource information 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><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, TagsObject parameters, Context context)"
|
|
name: "updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, TagsObject parameters, Context context)"
|
|
nameWithType: "IpGroupsClient.updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, TagsObject parameters, Context context)"
|
|
summary: "Updates tags of an Ip<wbr>Groups resource."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the update ipGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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<IpGroupInner> updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, TagsObject parameters, Context context)"
|
|
desc: "Updates tags of an IpGroups resource."
|
|
returns:
|
|
description: "the IpGroups resource information 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\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.IpGroupsClient.updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
name: "updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
nameWithType: "IpGroupsClient.updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
summary: "Updates tags of an Ip<wbr>Groups resource."
|
|
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 ipGroups."
|
|
name: "ipGroupsName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to the update ipGroups operation."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<IpGroupInner>> updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters)"
|
|
desc: "Updates tags of an IpGroups resource."
|
|
returns:
|
|
description: "the IpGroups resource information 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in IpGroupsClient."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.IpGroupInner?alt=com.azure.resourcemanager.network.fluent.models.IpGroupInner&text=IpGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0
|