Share via


AutoScaleEvaluation.DataServiceId Property

 

The identity of the resource acted by the EvaluateAutoScaleRequest.

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string DataServiceId { get; internal set; }
public:
property String^ DataServiceId {
    String^ get();
    internal: void set(String^ value);
}
member DataServiceId : string with get, internal set
Public Property DataServiceId As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

AutoScaleEvaluation Class
Microsoft.Azure.Batch Namespace

Return to top