ArmConnectedVMwarevSphereModelFactory.VirtualMachineData 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 VirtualMachineData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.VirtualMachineData VirtualMachineData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, string kind = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string resourcePoolId = default, string templateId = default, string vCenterId = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.PlacementProfile placementProfile = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfile osProfile = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.HardwareProfile hardwareProfile = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.NetworkInterface> networkInterfaces = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.StorageProfile storageProfile = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProfile guestAgentProfile = default, string moRefId = default, string inventoryItemId = default, string moName = default, string folderPath = default, string instanceUuid = default, string smbiosUuid = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.FirmwareType? firmwareType = default, string powerState = default, string customResourceName = default, string uuid = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> statuses = default, string provisioningState = default, string vmId = default);
static member VirtualMachineData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * string * Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.PlacementProfile * Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfile * Azure.ResourceManager.ConnectedVMwarevSphere.Models.HardwareProfile * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.NetworkInterface> * Azure.ResourceManager.ConnectedVMwarevSphere.Models.StorageProfile * Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProfile * string * string * string * string * string * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.FirmwareType> * string * string * string * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> * string * string -> Azure.ResourceManager.ConnectedVMwarevSphere.VirtualMachineData
Public Shared Function VirtualMachineData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional kind As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional resourcePoolId As String = Nothing, Optional templateId As String = Nothing, Optional vCenterId As String = Nothing, Optional placementProfile As PlacementProfile = Nothing, Optional osProfile As OSProfile = Nothing, Optional hardwareProfile As HardwareProfile = Nothing, Optional networkInterfaces As IEnumerable(Of NetworkInterface) = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional guestAgentProfile As GuestAgentProfile = Nothing, Optional moRefId As String = Nothing, Optional inventoryItemId As String = Nothing, Optional moName As String = Nothing, Optional folderPath As String = Nothing, Optional instanceUuid As String = Nothing, Optional smbiosUuid As String = Nothing, Optional firmwareType As Nullable(Of FirmwareType) = Nothing, Optional powerState As String = Nothing, Optional customResourceName As String = Nothing, Optional uuid As String = Nothing, Optional statuses As IEnumerable(Of ResourceStatus) = Nothing, Optional provisioningState As String = Nothing, Optional vmId As String = Nothing) As VirtualMachineData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- extendedLocation
- ExtendedLocation
Gets or sets the extended location.
- kind
- String
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
- identity
- ManagedServiceIdentity
The identity of the resource. Current supported identity types: None, SystemAssigned.
- resourcePoolId
- String
Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
- templateId
- String
Gets or sets the ARM Id of the template resource to deploy the virtual machine.
- vCenterId
- String
Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.
- placementProfile
- PlacementProfile
Placement properties.
- osProfile
- OSProfile
OS properties.
- hardwareProfile
- HardwareProfile
Hardware properties.
- networkInterfaces
- IEnumerable<NetworkInterface>
Network properties.
- storageProfile
- StorageProfile
Storage properties.
- guestAgentProfile
- GuestAgentProfile
Guest agent status properties.
- moRefId
- String
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.
- inventoryItemId
- String
Gets or sets the inventory Item ID for the virtual machine.
- moName
- String
Gets or sets the vCenter Managed Object name for the virtual machine.
- folderPath
- String
Gets or sets the folder path of the vm.
- instanceUuid
- String
Gets or sets the instance uuid of the vm.
- smbiosUuid
- String
Gets or sets the SMBIOS UUID of the vm.
- firmwareType
- Nullable<FirmwareType>
Firmware type.
- powerState
- String
Gets the power state of the virtual machine.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
- uuid
- String
Gets or sets a unique identifier for this resource.
- statuses
- IEnumerable<ResourceStatus>
The resource status information.
- provisioningState
- String
Gets or sets the provisioning state.
- vmId
- String
Gets or sets a unique identifier for the vm resource.
Returns
A new VirtualMachineData instance for mocking.
Applies to
Azure SDK for .NET