IMachineProperties 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.ConnectedMachine.Models.MachinePropertiesTypeConverter))]
public interface IMachineProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.MachinePropertiesTypeConverter))>]
type IMachineProperties = interface
interface IJsonSerializable
Public Interface IMachineProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdFqdn |
Specifies the AD fully qualified display name. |
AgentConfigurationConfigMode |
Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. |
AgentConfigurationExtensionsAllowList |
Array of extensions that are allowed to be installed or updated. |
AgentConfigurationExtensionsBlockList |
Array of extensions that are blocked (cannot be installed or updated) |
AgentConfigurationExtensionsEnabled |
Specifies whether the extension service is enabled or disabled. |
AgentConfigurationGuestConfigurationEnabled |
Specified whether the guest configuration service is enabled or disabled. |
AgentConfigurationIncomingConnectionsPort |
Specifies the list of ports that the agent will be able to listen on. |
AgentConfigurationProxyBypass |
List of service names which should not use the specified proxy server. |
AgentConfigurationProxyUrl |
Specifies the URL of the proxy to be used. |
AgentUpgradeCorrelationId |
The correlation ID associated with an agent upgrade operation. |
AgentUpgradeDesiredVersion |
Specifies the version info w.r.t AgentUpgrade for the machine. |
AgentUpgradeEnableAutomaticUpgrade |
Specifies if the machine's agent should be upgraded |
AgentUpgradeLastAttemptDesiredVersion |
Specifies the version of the last attempt |
AgentUpgradeLastAttemptMessage |
Failure message of last upgrade attempt if any. |
AgentUpgradeLastAttemptStatus |
Specifies the status of Agent Upgrade. |
AgentUpgradeLastAttemptTimestamp |
Timestamp of last upgrade attempt |
AgentVersion |
The hybrid machine agent full version. |
ClientPublicKey |
Public Key that the client provides to be used during initial resource onboarding |
CloudMetadataProvider |
Specifies the cloud provider (Azure/AWS/GCP...). |
DetectedProperty |
Detected properties from the machine. |
DisplayName |
Specifies the hybrid machine display name. |
DnsFqdn |
Specifies the DNS fully qualified display name. |
DomainName |
Specifies the Windows domain name. |
ErrorDetail |
Details about the error state. |
Extension |
Machine Extensions information (deprecated field) |
ExtensionServiceStartupType |
The behavior of the service when the Arc-enabled machine starts up. |
ExtensionServiceStatus |
The current status of the service. |
FirmwareProfileSerialNumber |
The serial number of the firmware |
FirmwareProfileType |
The type of the firmware |
GuestConfigurationServiceStartupType |
The behavior of the service when the Arc-enabled machine starts up. |
GuestConfigurationServiceStatus |
The current status of the service. |
HardwareProfileNumberOfCpuSocket |
The total number of CPU sockets available on the machine |
HardwareProfileProcessor |
The physical processors of the machine. |
HardwareProfileTotalPhysicalMemoryInByte |
The total physical memory on the machine |
LastStatusChange |
The time of the last status change. |
LicenseProfile |
Specifies the License related properties for a machine. |
LocationDataCity |
The city or locality where the resource is located. |
LocationDataCountryOrRegion |
The country or region where the resource is located |
LocationDataDistrict |
The district, state, or province where the resource is located. |
LocationDataName |
A canonical name for the geographic or physical location. |
MachineFqdn |
Specifies the hybrid machine FQDN. |
MssqlDiscovered |
Specifies whether any MS SQL instance is discovered on the machine. |
NetworkProfileNetworkInterface |
The list of network interfaces. |
OSEdition |
The edition of the Operating System. |
OSName |
The Operating System running on the hybrid machine. |
OSProfile |
Specifies the operating system settings for the hybrid machine. |
OSSku |
Specifies the Operating System product SKU. |
OSType |
The type of Operating System (windows/linux). |
OSVersion |
The version of Operating System running on the hybrid machine. |
ParentClusterResourceId |
The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. |
PrivateLinkScopeResourceId |
The resource id of the private link scope this machine is assigned to, if any. |
ProvisioningState |
The provisioning state, which only appears in the response. |
Status |
The status of the hybrid machine agent. |
StorageProfileDisk |
The disks on the machine. |
VMId |
Specifies the hybrid machine unique ID. |
VMUuid |
Specifies the Arc Machine's unique SMBIOS ID |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |