ArmComputeModelFactory.VirtualMachinePublicIPAddressDnsSettingsConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration VirtualMachinePublicIPAddressDnsSettingsConfiguration(string domainNameLabel = default, Azure.ResourceManager.Compute.Models.DomainNameLabelScopeType? domainNameLabelScope = default);
static member VirtualMachinePublicIPAddressDnsSettingsConfiguration : string * Nullable<Azure.ResourceManager.Compute.Models.DomainNameLabelScopeType> -> Azure.ResourceManager.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration
Public Shared Function VirtualMachinePublicIPAddressDnsSettingsConfiguration (Optional domainNameLabel As String = Nothing, Optional domainNameLabelScope As Nullable(Of DomainNameLabelScopeType) = Nothing) As VirtualMachinePublicIPAddressDnsSettingsConfiguration
Parameters
- domainNameLabel
- String
The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
- domainNameLabelScope
- Nullable<DomainNameLabelScopeType>
The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.
Returns
A new VirtualMachinePublicIPAddressDnsSettingsConfiguration instance for mocking.