ArmConnectedVMwarevSphereModelFactory.GuestAgentData Method
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.
Initializes a new instance of GuestAgentData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.GuestAgentData GuestAgentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string uuid = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestCredential credentials = default, string httpsProxy = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.ProvisioningAction? provisioningAction = default, string status = default, string customResourceName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> statuses = default, string provisioningState = default);
static member GuestAgentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestCredential * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ProvisioningAction> * string * string * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> * string -> Azure.ResourceManager.ConnectedVMwarevSphere.GuestAgentData
Public Shared Function GuestAgentData (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 GuestCredential = Nothing, Optional httpsProxy As String = Nothing, Optional provisioningAction As Nullable(Of ProvisioningAction) = Nothing, Optional status As String = Nothing, Optional customResourceName As String = Nothing, Optional statuses As IEnumerable(Of ResourceStatus) = Nothing, Optional provisioningState As String = Nothing) As GuestAgentData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- uuid
- String
Gets or sets a unique identifier for this resource.
- credentials
- GuestCredential
Username / Password Credentials to provision guest agent.
- httpsProxy
- String
HTTP Proxy configuration for the VM.
- provisioningAction
- Nullable<ProvisioningAction>
Gets or sets the guest agent provisioning action.
- status
- String
Gets or sets the guest agent status.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
- statuses
- IEnumerable<ResourceStatus>
The resource status information.
- provisioningState
- String
Gets or sets the provisioning state.
Returns
A new GuestAgentData instance for mocking.