| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomIpPrefixInner |
CustomIpPrefixesClient.createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
CustomIpPrefixInner |
CustomIpPrefixesClient.createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a custom IP prefix.
|
CustomIpPrefixInner |
CustomIpPrefixesClient.getByResourceGroup(String resourceGroupName,
String customIpPrefixName)
Gets the specified custom IP prefix in a specified resource group.
|
CustomIpPrefixInner |
CustomIpPrefixesClient.updateTags(String resourceGroupName,
String customIpPrefixName)
Updates custom IP prefix tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
CustomIpPrefixesClient.beginCreateOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a custom IP prefix.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomIpPrefixInner>,CustomIpPrefixInner> |
CustomIpPrefixesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
CustomIpPrefixInner |
CustomIpPrefixesClient.createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
CustomIpPrefixInner |
CustomIpPrefixesClient.createOrUpdate(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters,
com.azure.core.util.Context context)
Creates or updates a custom IP prefix.
|
Mono<CustomIpPrefixInner> |
CustomIpPrefixesClient.createOrUpdateAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
CustomIpPrefixesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String customIpPrefixName,
CustomIpPrefixInner parameters)
Creates or updates a custom IP prefix.
|
| Modifier and Type | Method and Description |
|---|---|
CustomIpPrefixInner |
CustomIpPrefixInner.customIpPrefixParent()
Get the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withAuthorizationMessage(String authorizationMessage)
Set the authorizationMessage property: Authorization message for WAN validation.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withCidr(String cidr)
Set the cidr property: The prefix range in CIDR notation.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withCommissionedState(CommissionedState commissionedState)
Set the commissionedState property: The commissioned state of the Custom IP Prefix.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withCustomIpPrefixParent(CustomIpPrefixInner customIpPrefixParent)
Set the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location of the custom IP prefix.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withId(String id)
Set the id property: Resource ID.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withLocation(String location) |
CustomIpPrefixInner |
CustomIpPrefixInner.withSignedMessage(String signedMessage)
Set the signedMessage property: Signed message for WAN validation.
|
CustomIpPrefixInner |
CustomIpPrefixInner.withTags(Map<String,String> tags) |
CustomIpPrefixInner |
CustomIpPrefixInner.withZones(List<String> zones)
Set the zones property: A list of availability zones denoting the IP allocated for the resource needs to come
from.
|
| Modifier and Type | Method and Description |
|---|---|
CustomIpPrefixInner |
CustomIpPrefixInner.withCustomIpPrefixParent(CustomIpPrefixInner customIpPrefixParent)
Set the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.