你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualMachineInstancePropertiesOSProfile Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.VirtualMachineInstancePropertiesOSProfileTypeConverter))]
public interface IVirtualMachineInstancePropertiesOSProfile : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.VirtualMachineInstancePropertiesOSProfileTypeConverter))>]
type IVirtualMachineInstancePropertiesOSProfile = interface
interface IJsonSerializable
Public Interface IVirtualMachineInstancePropertiesOSProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdminPassword |
AdminPassword - admin password |
AdminUsername |
AdminUsername - admin username |
ComputerName |
ComputerName - name of the compute |
LinuxConfigurationDisablePasswordAuthentication |
DisablePasswordAuthentication - whether password authentication should be disabled |
LinuxConfigurationProvisionVMAgent |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
LinuxConfigurationProvisionVMConfigAgent |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
LinuxConfigurationSshPublicKey |
The list of SSH public keys used to authenticate with linux based VMs. |
WindowConfigurationEnableAutomaticUpdate |
Whether to EnableAutomaticUpdates on the machine |
WindowConfigurationProvisionVMAgent |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
WindowConfigurationProvisionVMConfigAgent |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
WindowConfigurationTimeZone |
TimeZone for the virtual machine instance |
WindowsConfigurationSshPublicKey |
The list of SSH public keys used to authenticate with linux based VMs. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |