ConfigurationSet.ComputerName Property
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.
Optional. Specifies the computer name for the virtual machine. If the computer name is not specified, a name is created based on the name of the role. Computer names must be 1 to 15 characters in length. This element is only used with the WindowsProvisioningConfiguration set.
public string ComputerName { get; set; }
member this.ComputerName : string with get, set
Public Property ComputerName As String