JobScheduleExistsOptions.Select Property

 

Sets an OData $select clause.

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

Syntax

[JsonPropertyAttribute(PropertyName = "")]
public string Select { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "")]
property String^ Select {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "")>]
member Select : string with get, set
<JsonPropertyAttribute(PropertyName := "")>
Public Property Select As String

Property Value

Type: System.String

See Also

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

Return to top