ArmConnectedVMwarevSphereModelFactory.VMwareVCenterData 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 VMwareVCenterData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterData VMwareVCenterData (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, string uuid = default, string fqdn = default, int? port = default, string version = default, string instanceUuid = default, string connectionStatus = default, string customResourceName = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VICredential credentials = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> statuses = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState? provisioningState = default);
static member VMwareVCenterData : 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 * string * string * Nullable<int> * string * string * string * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.VICredential * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState> -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterData
Public Shared Function VMwareVCenterData (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 uuid As String = Nothing, Optional fqdn As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional version As String = Nothing, Optional instanceUuid As String = Nothing, Optional connectionStatus As String = Nothing, Optional customResourceName As String = Nothing, Optional credentials As VICredential = Nothing, Optional statuses As IEnumerable(Of VMwareResourceStatus) = Nothing, Optional provisioningState As Nullable(Of VMwareResourceProvisioningState) = Nothing) As VMwareVCenterData
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.
- uuid
- String
Gets or sets a unique identifier for this resource.
- fqdn
- String
Gets or sets the FQDN/IPAddress of the vCenter.
- version
- String
Gets or sets the version of the vCenter.
- instanceUuid
- String
Gets or sets the instance UUID of the vCenter.
- connectionStatus
- String
Gets or sets the connection status to the vCenter.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
- credentials
- VICredential
Username / Password Credentials to connect to vcenter.
- statuses
- IEnumerable<VMwareResourceStatus>
The resource status information.
- provisioningState
- Nullable<VMwareResourceProvisioningState>
Gets the provisioning state.
Returns
A new VMwareVCenterData instance for mocking.
Applies to
Azure SDK for .NET