Freigeben über


ArmScVmmModelFactory.ScVmmGuestAgentData Method

Definition

Initializes a new instance of ScVmmGuestAgentData.

public static Azure.ResourceManager.ScVmm.ScVmmGuestAgentData ScVmmGuestAgentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string uuid = default, Azure.ResourceManager.ScVmm.Models.ScVmmGuestCredential credentials = default, string httpsProxy = default, Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningAction? provisioningAction = default, string status = default, string customResourceName = default, Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState? provisioningState = default);
static member ScVmmGuestAgentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.ScVmm.Models.ScVmmGuestCredential * string * Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningAction> * string * string * Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> -> Azure.ResourceManager.ScVmm.ScVmmGuestAgentData
Public Shared Function ScVmmGuestAgentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional uuid As String = Nothing, Optional credentials As ScVmmGuestCredential = Nothing, Optional httpsProxy As String = Nothing, Optional provisioningAction As Nullable(Of ScVmmProvisioningAction) = Nothing, Optional status As String = Nothing, Optional customResourceName As String = Nothing, Optional provisioningState As Nullable(Of ScVmmProvisioningState) = Nothing) As ScVmmGuestAgentData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

uuid
String

Gets a unique identifier for this resource.

credentials
ScVmmGuestCredential

Username / Password Credentials to provision guest agent.

httpsProxy
String

HTTP Proxy configuration for the VM.

provisioningAction
Nullable<ScVmmProvisioningAction>

Gets or sets the guest agent provisioning action.

status
String

Gets the guest agent status.

customResourceName
String

Gets the name of the corresponding resource in Kubernetes.

provisioningState
Nullable<ScVmmProvisioningState>

Provisioning state of the resource.

Returns

A new ScVmmGuestAgentData instance for mocking.

Applies to