IHardwareInventory.AdditionalHostInformation 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.
Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="additionalHostInformation")]
public string AdditionalHostInformation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="additionalHostInformation")>]
member this.AdditionalHostInformation : string
Public ReadOnly Property AdditionalHostInformation As String
Property Value
- Attributes