| 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 |
|---|---|
IpAllocationInner |
IpAllocationsClient.createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
IpAllocationInner |
IpAllocationsClient.createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters,
com.azure.core.util.Context context)
Creates or updates an IpAllocation in the specified resource group.
|
IpAllocationInner |
IpAllocationsClient.getByResourceGroup(String resourceGroupName,
String ipAllocationName)
Gets the specified IpAllocation by resource group.
|
IpAllocationInner |
IpAllocationsClient.updateTags(String resourceGroupName,
String ipAllocationName)
Updates a IpAllocation tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
IpAllocationsClient.beginCreateOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
IpAllocationsClient.beginCreateOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters,
com.azure.core.util.Context context)
Creates or updates an IpAllocation in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpAllocationInner>,IpAllocationInner> |
IpAllocationsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
IpAllocationInner |
IpAllocationsClient.createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
IpAllocationInner |
IpAllocationsClient.createOrUpdate(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters,
com.azure.core.util.Context context)
Creates or updates an IpAllocation in the specified resource group.
|
Mono<IpAllocationInner> |
IpAllocationsClient.createOrUpdateAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
IpAllocationsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String ipAllocationName,
IpAllocationInner parameters)
Creates or updates an IpAllocation in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
IpAllocationInner |
IpAllocationInner.withAllocationTags(Map<String,String> allocationTags)
Set the allocationTags property: IpAllocation tags.
|
IpAllocationInner |
IpAllocationInner.withId(String id)
Set the id property: Resource ID.
|
IpAllocationInner |
IpAllocationInner.withIpamAllocationId(String ipamAllocationId)
Set the ipamAllocationId property: The IPAM allocation ID.
|
IpAllocationInner |
IpAllocationInner.withPrefix(String prefix)
Set the prefix property: The address prefix for the IpAllocation.
|
IpAllocationInner |
IpAllocationInner.withPrefixLength(Integer prefixLength)
Set the prefixLength property: The address prefix length for the IpAllocation.
|
IpAllocationInner |
IpAllocationInner.withPrefixType(IpVersion prefixType)
Set the prefixType property: The address prefix Type for the IpAllocation.
|
IpAllocationInner |
IpAllocationInner.withTypePropertiesType(IpAllocationType typePropertiesType)
Set the typePropertiesType property: The type for the IpAllocation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.