ArmComputeFleetModelFactory.ComputeFleetVmssPublicIPAddressDnsSettings 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.ComputeFleet.Models.ComputeFleetVmssPublicIPAddressDnsSettings ComputeFleetVmssPublicIPAddressDnsSettings(string domainNameLabel = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetDomainNameLabelScopeType? domainNameLabelScope = default);
static member ComputeFleetVmssPublicIPAddressDnsSettings : string * Nullable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetDomainNameLabelScopeType> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssPublicIPAddressDnsSettings
Public Shared Function ComputeFleetVmssPublicIPAddressDnsSettings (Optional domainNameLabel As String = Nothing, Optional domainNameLabelScope As Nullable(Of ComputeFleetDomainNameLabelScopeType) = Nothing) As ComputeFleetVmssPublicIPAddressDnsSettings
Parameters
- domainNameLabel
- String
The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
- domainNameLabelScope
- Nullable<ComputeFleetDomainNameLabelScopeType>
The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
Returns
A new ComputeFleetVmssPublicIPAddressDnsSettings instance for mocking.