ArmDataBoxEdgeModelFactory.DataBoxEdgeDeviceCapacityInfo 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 DataBoxEdgeDeviceCapacityInfo.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceCapacityInfo DataBoxEdgeDeviceCapacityInfo (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? timeStamp = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterStorageViewInfo clusterStorageCapacityInfo = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterCapacityViewInfo clusterComputeCapacityInfo = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataBoxEdge.Models.HostCapacity> nodeCapacityInfos = default);
static member DataBoxEdgeDeviceCapacityInfo : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterStorageViewInfo * Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterCapacityViewInfo * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataBoxEdge.Models.HostCapacity> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceCapacityInfo
Public Shared Function DataBoxEdgeDeviceCapacityInfo (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional timeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional clusterStorageCapacityInfo As EdgeClusterStorageViewInfo = Nothing, Optional clusterComputeCapacityInfo As EdgeClusterCapacityViewInfo = Nothing, Optional nodeCapacityInfos As IDictionary(Of String, HostCapacity) = Nothing) As DataBoxEdgeDeviceCapacityInfo
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- timeStamp
- Nullable<DateTimeOffset>
Timestamp of request in UTC.
- clusterStorageCapacityInfo
- EdgeClusterStorageViewInfo
Cluster capacity data for storage resources (CSV).
- clusterComputeCapacityInfo
- EdgeClusterCapacityViewInfo
Cluster capacity data for compute resources (Memory and GPU).
- nodeCapacityInfos
- IDictionary<String,HostCapacity>
The dictionary of individual node names and node capacities in the cluster.
Returns
A new DataBoxEdgeDeviceCapacityInfo instance for mocking.
Applies to
Azure SDK for .NET