ArmConnectedVMwarevSphereModelFactory.VmInstanceGuestAgentData 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 VmInstanceGuestAgentData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.VmInstanceGuestAgentData VmInstanceGuestAgentData (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.VmInstanceGuestCredential credentials = default, Azure.Core.ResourceIdentifier privateLinkScopeResourceId = default, string httpsProxy = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProvisioningAction? provisioningAction = default, string status = default, string customResourceName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> statuses = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState? provisioningState = default);
static member VmInstanceGuestAgentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.VmInstanceGuestCredential * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProvisioningAction> * string * string * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState> -> Azure.ResourceManager.ConnectedVMwarevSphere.VmInstanceGuestAgentData
Public Shared Function VmInstanceGuestAgentData (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 VmInstanceGuestCredential = Nothing, Optional privateLinkScopeResourceId As ResourceIdentifier = Nothing, Optional httpsProxy As String = Nothing, Optional provisioningAction As Nullable(Of GuestAgentProvisioningAction) = Nothing, Optional status As String = Nothing, Optional customResourceName As String = Nothing, Optional statuses As IEnumerable(Of VMwareResourceStatus) = Nothing, Optional provisioningState As Nullable(Of VMwareResourceProvisioningState) = Nothing) As VmInstanceGuestAgentData
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
- VmInstanceGuestCredential
Username / Password Credentials to provision guest agent.
- privateLinkScopeResourceId
- ResourceIdentifier
The resource id of the private link scope this machine is assigned to, if any.
- httpsProxy
- String
HTTP Proxy configuration for the VM.
- provisioningAction
- Nullable<GuestAgentProvisioningAction>
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<VMwareResourceStatus>
The resource status information.
- provisioningState
- Nullable<VMwareResourceProvisioningState>
Gets the provisioning state.
Returns
A new VmInstanceGuestAgentData instance for mocking.
Applies to
Azure SDK for .NET