Share via


IResourceRange Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ResourceRangeTypeConverter))]
public interface IResourceRange : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ResourceRangeTypeConverter))>]
type IResourceRange = interface
    interface IJsonSerializable
Public Interface IResourceRange
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Max

The maximum number of the resource.

Min

The minimum number of the resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to