IApplianceMonitoringDetails.NetworkBandwidthProcessUtilization Property
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.
A value indicating the utilization percentage by gateway agent on appliance.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating the utilization percentage by gateway agent on appliance.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="processUtilization")]
public double? NetworkBandwidthProcessUtilization { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating the utilization percentage by gateway agent on appliance.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="processUtilization")>]
member this.NetworkBandwidthProcessUtilization : Nullable<double>
Public ReadOnly Property NetworkBandwidthProcessUtilization As Nullable(Of Double)
Property Value
- Attributes