ArmConnectedVMwarevSphereModelFactory.VCenterInfrastructureProfile 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 VCenterInfrastructureProfile.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.VCenterInfrastructureProfile VCenterInfrastructureProfile (string templateId = default, string vCenterId = default, string moRefId = default, string inventoryItemId = default, string moName = default, string folderPath = default, string instanceUuid = default, string smbiosUuid = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareFirmwareType? firmwareType = default, string customResourceName = default);
static member VCenterInfrastructureProfile : string * string * string * string * string * string * string * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareFirmwareType> * string -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.VCenterInfrastructureProfile
Public Shared Function VCenterInfrastructureProfile (Optional templateId As String = Nothing, Optional vCenterId As String = 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 VMwareFirmwareType) = Nothing, Optional customResourceName As String = Nothing) As VCenterInfrastructureProfile
Parameters
- 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.
- 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<VMwareFirmwareType>
Firmware type.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
Returns
A new VCenterInfrastructureProfile instance for mocking.
Applies to
Azure SDK for .NET