ArmDataBoxEdgeModelFactory.EdgeClusterStorageViewInfo 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.
public static Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterStorageViewInfo EdgeClusterStorageViewInfo(double? clusterTotalStorageInMB = default, double? clusterFreeStorageInMB = default);
static member EdgeClusterStorageViewInfo : Nullable<double> * Nullable<double> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterStorageViewInfo
Public Shared Function EdgeClusterStorageViewInfo (Optional clusterTotalStorageInMB As Nullable(Of Double) = Nothing, Optional clusterFreeStorageInMB As Nullable(Of Double) = Nothing) As EdgeClusterStorageViewInfo
Parameters
Returns
A new EdgeClusterStorageViewInfo instance for mocking.