Prefix Args
Manages a custom IPv4 prefix or custom IPv6 prefix.
Import
A Custom IP Prefix can be imported using the resource id
, e.g.
$ pulumi import azure:customip/prefix:Prefix example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/customIPPrefixes/customIPPrefix1
Constructors
Functions
Properties
Specifies that the custom IP prefix should be commissioned after provisioning in Azure. Defaults to false
. !>Warning Changing the value of commissioning_enabled
from true
to false
causes the IP prefix to stop being advertised by Azure and is functionally equivalent to deleting it when used in a production setting.
Specifies that the custom IP prefix should not be publicly advertised on the Internet when commissioned (regional commissioning feature). Defaults to false
. !>Warning Changing the value of internet_advertising_disabled
from true
to false
causes the IP prefix to stop being advertised by Azure and is functionally equivalent to deleting it when used in a production setting.
The signed base64-encoded authorization message, which will be sent to Microsoft for WAN verification. Required when provisioning an IPv4 prefix or IPv6 global prefix. Refer to Azure documentation for more details about the process for your RIR. Changing this forces a new resource to be created.