ArmConnectedVMwarevSphereModelFactory.VMwareClusterData 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.
Overloads
VMwareClusterData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<ResourceStatus>, String, IEnumerable<String>, IEnumerable<String>, String)
Initializes a new instance of VMwareClusterData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData VMwareClusterData (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 vCenterId = default, string moRefId = default, string inventoryItemId = default, string moName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> statuses = default, string customResourceName = default, System.Collections.Generic.IEnumerable<string> datastoreIds = default, System.Collections.Generic.IEnumerable<string> networkIds = default, string provisioningState = default);
static member VMwareClusterData : 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 * string * string * string * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> * string * seq<string> * seq<string> * string -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData
Public Shared Function VMwareClusterData (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 vCenterId As String = Nothing, Optional moRefId As String = Nothing, Optional inventoryItemId As String = Nothing, Optional moName As String = Nothing, Optional statuses As IEnumerable(Of ResourceStatus) = Nothing, Optional customResourceName As String = Nothing, Optional datastoreIds As IEnumerable(Of String) = Nothing, Optional networkIds As IEnumerable(Of String) = Nothing, Optional provisioningState As String = Nothing) As VMwareClusterData
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.
- vCenterId
- String
Gets or sets the ARM Id of the vCenter resource in which this cluster resides.
- moRefId
- String
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster.
- inventoryItemId
- String
Gets or sets the inventory Item ID for the cluster.
- moName
- String
Gets or sets the vCenter Managed Object name for the cluster.
- statuses
- IEnumerable<ResourceStatus>
The resource status information.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
- datastoreIds
- IEnumerable<String>
Gets or sets the datastore ARM ids.
- networkIds
- IEnumerable<String>
Gets or sets the network ARM ids.
- provisioningState
- String
Gets or sets the provisioning state.
Returns
A new VMwareClusterData instance for mocking.
Applies to
VMwareClusterData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<VMwareResourceStatus>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IEnumerable<String>, IEnumerable<String>, Nullable<VMwareResourceProvisioningState>)
Initializes a new instance of VMwareClusterData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData VMwareClusterData (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 vCenterId = default, string moRefId = default, string inventoryItemId = default, string moName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> statuses = default, string customResourceName = default, long? usedMemoryGB = default, long? totalMemoryGB = default, long? usedCpuMHz = default, long? totalCpuMHz = default, System.Collections.Generic.IEnumerable<string> datastoreIds = default, System.Collections.Generic.IEnumerable<string> networkIds = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState? provisioningState = default);
static member VMwareClusterData : 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 * string * string * string * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * seq<string> * seq<string> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState> -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData
Public Shared Function VMwareClusterData (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 vCenterId As String = Nothing, Optional moRefId As String = Nothing, Optional inventoryItemId As String = Nothing, Optional moName As String = Nothing, Optional statuses As IEnumerable(Of VMwareResourceStatus) = Nothing, Optional customResourceName As String = Nothing, Optional usedMemoryGB As Nullable(Of Long) = Nothing, Optional totalMemoryGB As Nullable(Of Long) = Nothing, Optional usedCpuMHz As Nullable(Of Long) = Nothing, Optional totalCpuMHz As Nullable(Of Long) = Nothing, Optional datastoreIds As IEnumerable(Of String) = Nothing, Optional networkIds As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of VMwareResourceProvisioningState) = Nothing) As VMwareClusterData
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.
- vCenterId
- String
Gets or sets the ARM Id of the vCenter resource in which this cluster resides.
- moRefId
- String
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster.
- inventoryItemId
- String
Gets or sets the inventory Item ID for the cluster.
- moName
- String
Gets or sets the vCenter Managed Object name for the cluster.
- statuses
- IEnumerable<VMwareResourceStatus>
The resource status information.
- customResourceName
- String
Gets the name of the corresponding resource in Kubernetes.
- datastoreIds
- IEnumerable<String>
Gets the datastore ARM ids.
- networkIds
- IEnumerable<String>
Gets the network ARM ids.
- provisioningState
- Nullable<VMwareResourceProvisioningState>
Gets the provisioning state.
Returns
A new VMwareClusterData instance for mocking.
Applies to
Azure SDK for .NET