Compartir a través de


ScaleCapacity.Minimum Property

 

Optional. The minimum number of instances for the resource.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Minimum { get; set; }
public:
property String^ Minimum {
    String^ get();
    void set(String^ value);
}
member Minimum : string with get, set
Public Property Minimum As String

Property Value

Type: System.String

See Also

ScaleCapacity Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top