azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.batch.D...

50 строки
2.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.DetailLevel.expandClause()
name: expandClause()
nameWithType: DetailLevel.expandClause()
returns:
description: <p>The expand clause. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved.</p>
<p></p>
syntax: public String expandClause()
uid: com.microsoft.azure.batch.DetailLevel.expandClause()
- fullName: com.microsoft.azure.batch.DetailLevel.filterClause()
name: filterClause()
nameWithType: DetailLevel.filterClause()
returns:
description: <p>The filter clause. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the OData filter clause. Used to restrict a list operation to items that match specified criteria.</p>
<p></p>
syntax: public String filterClause()
uid: com.microsoft.azure.batch.DetailLevel.filterClause()
- fullName: com.microsoft.azure.batch.DetailLevel.selectClause()
name: selectClause()
nameWithType: DetailLevel.selectClause()
returns:
description: <p>The select clause. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the OData select clause. Used to retrieve only specific properties instead of all object properties.</p>
<p></p>
syntax: public String selectClause()
uid: com.microsoft.azure.batch.DetailLevel.selectClause()
nameWithType: DetailLevel
syntax: public class DetailLevel
type: class
uid: com.microsoft.azure.batch.DetailLevel
fullName: com.microsoft.azure.batch.DetailLevel
name: DetailLevel
package: com.microsoft.azure.batch
summary: <p>Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources. </p>
metadata: {}