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

578 строки
56 KiB
YAML

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