ComputeNodeRebootResponse.DataServiceId Property

 

Optional. Gets or sets the OData id of the resource to which the request applied.

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

Syntax

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

Property Value

Type: System.String

See Also

ComputeNodeRebootResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top