Package version:

Interface GuestAgentProperties

Defines the resource properties.

interface GuestAgentProperties {
    credentials?: GuestCredential;
    customResourceName?: string;
    httpProxyConfig?: HttpProxyConfiguration;
    provisioningAction?: string;
    provisioningState?: string;
    status?: string;
    uuid?: string;
}

Properties

credentials?: GuestCredential

Username / Password Credentials to provision guest agent.

customResourceName?: string

Gets the name of the corresponding resource in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

httpProxyConfig?: HttpProxyConfiguration

HTTP Proxy configuration for the VM.

provisioningAction?: string

Gets or sets the guest agent provisioning action.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Gets the guest agent status. NOTE: This property will not be serialized. It can only be populated by the server.

uuid?: string

Gets a unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server.