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

60 строки
3.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.DetailLevel"
fullName: "com.microsoft.azure.batch.DetailLevel"
name: "DetailLevel"
nameWithType: "DetailLevel"
summary: "Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **DetailLevel**"
methods:
- uid: "com.microsoft.azure.batch.DetailLevel.expandClause()"
fullName: "com.microsoft.azure.batch.DetailLevel.expandClause()"
name: "expandClause()"
nameWithType: "DetailLevel.expandClause()"
summary: "Gets the OData expand clause."
syntax: "public String expandClause()"
desc: "Gets the OData expand clause. Used to retrieve associated entities of the main entity being retrieved."
returns:
description: "The expand clause."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.DetailLevel.filterClause()"
fullName: "com.microsoft.azure.batch.DetailLevel.filterClause()"
name: "filterClause()"
nameWithType: "DetailLevel.filterClause()"
summary: "Gets the OData filter clause."
syntax: "public String filterClause()"
desc: "Gets the OData filter clause. Used to restrict a list operation to items that match specified criteria."
returns:
description: "The filter clause."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.DetailLevel.selectClause()"
fullName: "com.microsoft.azure.batch.DetailLevel.selectClause()"
name: "selectClause()"
nameWithType: "DetailLevel.selectClause()"
summary: "Gets the OData select clause."
syntax: "public String selectClause()"
desc: "Gets the OData select clause. Used to retrieve only specific properties instead of all object properties."
returns:
description: "The select clause."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Controls the amount of detail requested from the Azure Batch service when listing or retrieving resources."
metadata: {}
package: "com.microsoft.azure.batch"
artifact: com.microsoft.azure:azure-batch:11.2.0