次の方法で共有


ISignalRServiceUsage Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.SignalRServiceUsageTypeConverter))]
public interface ISignalRServiceUsage : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.SignalRServiceUsageTypeConverter))>]
type ISignalRServiceUsage = interface
    interface IJsonSerializable
Public Interface ISignalRServiceUsage
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CurrentValue

Current value for the usage quota.

Id

Fully qualified ARM resource id

Limit

The maximum permitted value for the usage quota. If there is no limit, this value will be -1.

NameLocalizedValue

Localized name of the usage.

NameValue

The identifier of the usage.

Unit

Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to