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

578 строки
56 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient"
name: "CustomIpPrefixesClient"
nameWithType: "CustomIpPrefixesClient"
summary: "An instance of this class provides access to all the operations defined in Custom<wbr>IpPrefixes<wbr>Client."
syntax: "public interface **CustomIpPrefixesClient**</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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;, <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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;, <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\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
nameWithType: "CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
desc: "Creates or updates a custom IP prefix."
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 custom IP prefix resource."
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;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
nameWithType: "CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" 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<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
desc: "Creates or updates a custom IP prefix."
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 custom IP prefix resource."
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;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
nameWithType: "CustomIpPrefixesClient.beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> beginCreateOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
desc: "Creates or updates a custom IP prefix."
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 custom IP prefix resource."
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;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginDelete(String resourceGroupName, String customIpPrefixName)"
name: "beginDelete(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.beginDelete(String resourceGroupName, String customIpPrefixName)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName)"
desc: "Deletes the specified custom IP prefix."
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.CustomIpPrefixesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginDelete(String resourceGroupName, String customIpPrefixName, Context context)"
name: "beginDelete(String resourceGroupName, String customIpPrefixName, Context context)"
nameWithType: "CustomIpPrefixesClient.beginDelete(String resourceGroupName, String customIpPrefixName, Context context)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName, Context context)"
desc: "Deletes the specified custom IP prefix."
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.CustomIpPrefixesClient.beginDeleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.beginDeleteAsync(String resourceGroupName, String customIpPrefixName)"
name: "beginDeleteAsync(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.beginDeleteAsync(String resourceGroupName, String customIpPrefixName)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName)"
desc: "Deletes the specified custom IP prefix."
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.CustomIpPrefixesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
name: "createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
nameWithType: "CustomIpPrefixesClient.createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
desc: "Creates or updates a custom IP prefix."
returns:
description: "custom IP prefix resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
nameWithType: "CustomIpPrefixesClient.createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" 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 CustomIpPrefixInner createOrUpdate(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters, Context context)"
desc: "Creates or updates a custom IP prefix."
returns:
description: "custom IP prefix resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
nameWithType: "CustomIpPrefixesClient.createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<CustomIpPrefixInner> createOrUpdateAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
desc: "Creates or updates a custom IP prefix."
returns:
description: "custom IP prefix 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
nameWithType: "CustomIpPrefixesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
summary: "Creates or updates a custom IP prefix."
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 custom IP prefix."
name: "customIpPrefixName"
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 custom IP prefix operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String customIpPrefixName, CustomIpPrefixInner parameters)"
desc: "Creates or updates a custom IP prefix."
returns:
description: "custom IP prefix resource 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;<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.CustomIpPrefixesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.delete(String resourceGroupName, String customIpPrefixName)"
name: "delete(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.delete(String resourceGroupName, String customIpPrefixName)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName)"
desc: "Deletes the specified custom IP prefix."
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.delete(String resourceGroupName, String customIpPrefixName, Context context)"
name: "delete(String resourceGroupName, String customIpPrefixName, Context context)"
nameWithType: "CustomIpPrefixesClient.delete(String resourceGroupName, String customIpPrefixName, Context context)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName, Context context)"
desc: "Deletes the specified custom IP prefix."
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.deleteAsync(String resourceGroupName, String customIpPrefixName)"
name: "deleteAsync(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.deleteAsync(String resourceGroupName, String customIpPrefixName)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName)"
desc: "Deletes the specified custom IP prefix."
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.CustomIpPrefixesClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.deleteWithResponseAsync(String resourceGroupName, String customIpPrefixName)"
name: "deleteWithResponseAsync(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.deleteWithResponseAsync(String resourceGroupName, String customIpPrefixName)"
summary: "Deletes the specified custom IP prefix."
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 CustomIpPrefix."
name: "customIpPrefixName"
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 customIpPrefixName)"
desc: "Deletes the specified custom IP prefix."
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.CustomIpPrefixesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroup(String resourceGroupName, String customIpPrefixName)"
name: "getByResourceGroup(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.getByResourceGroup(String resourceGroupName, String customIpPrefixName)"
summary: "Gets the specified custom IP prefix 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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract CustomIpPrefixInner getByResourceGroup(String resourceGroupName, String customIpPrefixName)"
desc: "Gets the specified custom IP prefix in a specified resource group."
returns:
description: "the specified custom IP prefix in a specified resource group."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)"
name: "getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)"
nameWithType: "CustomIpPrefixesClient.getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)"
summary: "Gets the specified custom IP prefix 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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<CustomIpPrefixInner> getByResourceGroupAsync(String resourceGroupName, String customIpPrefixName)"
desc: "Gets the specified custom IP prefix in a specified resource group."
returns:
description: "the specified custom IP prefix in a specified resource 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, Context context)"
nameWithType: "CustomIpPrefixesClient.getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, Context context)"
summary: "Gets the specified custom IP prefix 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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Expands referenced resources."
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<CustomIpPrefixInner> getByResourceGroupWithResponse(String resourceGroupName, String customIpPrefixName, String expand, Context context)"
desc: "Gets the specified custom IP prefix in a specified resource group."
returns:
description: "the specified custom IP prefix in a specified resource 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)"
nameWithType: "CustomIpPrefixesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)"
summary: "Gets the specified custom IP prefix 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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Expands referenced resources."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<CustomIpPrefixInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String customIpPrefixName, String expand)"
desc: "Gets the specified custom IP prefix in a specified resource group."
returns:
description: "the specified custom IP prefix in a specified resource group along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.list()"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.list()"
name: "list()"
nameWithType: "CustomIpPrefixesClient.list()"
summary: "Gets all the custom IP prefixes in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<CustomIpPrefixInner> list()"
desc: "Gets all the custom IP prefixes in a subscription."
returns:
description: "all the custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.list(Context context)"
name: "list(Context context)"
nameWithType: "CustomIpPrefixesClient.list(Context context)"
summary: "Gets all the custom IP prefixes 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<CustomIpPrefixInner> list(Context context)"
desc: "Gets all the custom IP prefixes in a subscription."
returns:
description: "all the custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listAsync()"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listAsync()"
name: "listAsync()"
nameWithType: "CustomIpPrefixesClient.listAsync()"
summary: "Gets all the custom IP prefixes in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<CustomIpPrefixInner> listAsync()"
desc: "Gets all the custom IP prefixes in a subscription."
returns:
description: "all the custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "CustomIpPrefixesClient.listByResourceGroup(String resourceGroupName)"
summary: "Gets all custom IP prefixes 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<CustomIpPrefixInner> listByResourceGroup(String resourceGroupName)"
desc: "Gets all custom IP prefixes in a resource group."
returns:
description: "all custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "CustomIpPrefixesClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Gets all custom IP prefixes 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<CustomIpPrefixInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Gets all custom IP prefixes in a resource group."
returns:
description: "all custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "CustomIpPrefixesClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Gets all custom IP prefixes 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<CustomIpPrefixInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Gets all custom IP prefixes in a resource group."
returns:
description: "all custom IP prefixes 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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTags(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
name: "updateTags(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
nameWithType: "CustomIpPrefixesClient.updateTags(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
summary: "Updates custom IP prefix tags."
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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update custom IP prefix tags."
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 CustomIpPrefixInner updateTags(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
desc: "Updates custom IP prefix tags."
returns:
description: "custom IP prefix resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
name: "updateTagsAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
nameWithType: "CustomIpPrefixesClient.updateTagsAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
summary: "Updates custom IP prefix tags."
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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update custom IP prefix tags."
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<CustomIpPrefixInner> updateTagsAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
desc: "Updates custom IP prefix tags."
returns:
description: "custom IP prefix 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, TagsObject parameters, Context context)"
name: "updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, TagsObject parameters, Context context)"
nameWithType: "CustomIpPrefixesClient.updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, TagsObject parameters, Context context)"
summary: "Updates custom IP prefix tags."
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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update custom IP prefix tags."
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<CustomIpPrefixInner> updateTagsWithResponse(String resourceGroupName, String customIpPrefixName, TagsObject parameters, Context context)"
desc: "Updates custom IP prefix tags."
returns:
description: "custom IP prefix resource 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.CustomIpPrefixesClient.updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
name: "updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
nameWithType: "CustomIpPrefixesClient.updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
summary: "Updates custom IP prefix tags."
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 custom IP prefix."
name: "customIpPrefixName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update custom IP prefix tags."
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<CustomIpPrefixInner>> updateTagsWithResponseAsync(String resourceGroupName, String customIpPrefixName, TagsObject parameters)"
desc: "Updates custom IP prefix tags."
returns:
description: "custom IP prefix resource 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.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in CustomIpPrefixesClient."
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\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<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\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner?alt=com.azure.resourcemanager.network.fluent.models.CustomIpPrefixInner&text=CustomIpPrefixInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0