Aracılığıyla paylaş


IMachine Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineTypeConverter))]
public interface IMachine : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.MachineTypeConverter))>]
type IMachine = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IMachine
Implements ITrackedResource
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 passed in from RSM per upgrade.

AgentUpgradeDesiredVersion

Specifies the version info w.r.t AgentUpgrade for the machine.

AgentUpgradeEnableAutomaticUpgrade

Specifies if RSM should try to upgrade this machine

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.

Fqdn

Specifies the hybrid machine FQDN.

GuestConfigurationServiceStartupType

The behavior of the service when the Arc-enabled machine starts up.

GuestConfigurationServiceStatus

The current status of the service.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The identity type.

Kind

Indicates which kind of VM fabric the instance is an instance of, such as HCI or SCVMM etc.

LastStatusChange

The time of the last status change.

LinuxConfigurationPatchSettingsAssessmentMode

Specifies the assessment mode.

LinuxConfigurationPatchSettingsPatchMode

Specifies the patch mode.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
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.

MssqlDiscovered

Specifies whether any MS SQL instance is discovered on the machine.

Name

The name of the resource

(Inherited from IResource)
NetworkProfileNetworkInterface

The list of network interfaces.

OSName

The Operating System running on the hybrid machine.

OSProfileComputerName

Specifies the host OS name of 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.

Resource

The list of extensions affiliated to the machine

Status

The status of the hybrid machine agent.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
VMId

Specifies the hybrid machine unique ID.

VMUuid

Specifies the Arc Machine's unique SMBIOS ID

WindowsConfigurationPatchSettingsAssessmentMode

Specifies the assessment mode.

WindowsConfigurationPatchSettingsPatchMode

Specifies the patch mode.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to