WorkspaceCapping Constructors
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
WorkspaceCapping() |
Initializes a new instance of the WorkspaceCapping class. |
WorkspaceCapping(Nullable<Double>, String, String) |
Initializes a new instance of the WorkspaceCapping class. |
WorkspaceCapping()
Initializes a new instance of the WorkspaceCapping class.
public WorkspaceCapping ();
Public Sub New ()
Applies to
WorkspaceCapping(Nullable<Double>, String, String)
Initializes a new instance of the WorkspaceCapping class.
public WorkspaceCapping (double? dailyQuotaGb = default, string quotaNextResetTime = default, string dataIngestionStatus = default);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping : Nullable<double> * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping
Public Sub New (Optional dailyQuotaGb As Nullable(Of Double) = Nothing, Optional quotaNextResetTime As String = Nothing, Optional dataIngestionStatus As String = Nothing)
Parameters
- quotaNextResetTime
- String
The time when the quota will be rest.
- dataIngestionStatus
- String
The status of data ingestion for this workspace. Possible values include: 'RespectQuota', 'ForceOn', 'ForceOff', 'OverQuota', 'SubscriptionSuspended', 'ApproachingQuota'
Applies to
Azure SDK for .NET