Orchestrated Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Args
data class OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs(val domainNameLabel: Output<String>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val ipTags: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>>? = null, val name: Output<String>, val publicIpPrefixId: Output<String>? = null, val skuName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>
Constructors
Link copied to clipboard
fun OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs(domainNameLabel: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, ipTags: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>>? = null, name: Output<String>, publicIpPrefixId: Output<String>? = null, skuName: Output<String>? = null, version: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The Prefix which should be used for the Domain Name Label for each Virtual Machine Instance. Azure concatenates the Domain Name Label and Virtual Machine Index to create a unique Domain Name Label for each Virtual Machine. Valid values must be between 1
and 26
characters long, start with a lower case letter, end with a lower case letter or number and contains only a-z
, 0-9
and hyphens
.
Link copied to clipboard
Link copied to clipboard
Specifies what Public IP Address SKU the Public IP Address should be provisioned as. Possible vaules include Basic_Regional
, Basic_Global
, Standard_Regional
or Standard_Global
. For more information about Public IP Address SKU's and their capabilities, please see the product documentation. Changing this forces a new resource to be created.