| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOptions |
PublicIpAddressInner.deleteOption()
Get the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressInner |
PublicIpAddressInner.withDeleteOption(DeleteOptions deleteOption)
Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.
|
| Modifier and Type | Field and Description |
|---|---|
static DeleteOptions |
DeleteOptions.DELETE
Static value Delete for DeleteOptions.
|
static DeleteOptions |
DeleteOptions.DETACH
Static value Detach for DeleteOptions.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteOptions |
DeleteOptions.fromString(String name)
Creates or finds a DeleteOptions from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.