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

108 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics"
name: "UsageStatistics"
nameWithType: "UsageStatistics"
summary: "Statistics related to Pool usage information."
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 **UsageStatistics**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.UsageStatistics()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.UsageStatistics()"
name: "UsageStatistics()"
nameWithType: "UsageStatistics.UsageStatistics()"
syntax: "public UsageStatistics()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.dedicatedCoreTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.dedicatedCoreTime()"
name: "dedicatedCoreTime()"
nameWithType: "UsageStatistics.dedicatedCoreTime()"
summary: "Get the dedicated<wbr>Core<wbr>Time value."
syntax: "public Period dedicatedCoreTime()"
desc: "Get the dedicatedCoreTime value."
returns:
description: "the dedicatedCoreTime value"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.lastUpdateTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.lastUpdateTime()"
name: "lastUpdateTime()"
nameWithType: "UsageStatistics.lastUpdateTime()"
summary: "Get the last<wbr>Update<wbr>Time value."
syntax: "public DateTime lastUpdateTime()"
desc: "Get the lastUpdateTime value."
returns:
description: "the lastUpdateTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.startTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.startTime()"
name: "startTime()"
nameWithType: "UsageStatistics.startTime()"
summary: "Get the start<wbr>Time value."
syntax: "public DateTime startTime()"
desc: "Get the startTime value."
returns:
description: "the startTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withDedicatedCoreTime(org.joda.time.Period)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withDedicatedCoreTime(Period dedicatedCoreTime)"
name: "withDedicatedCoreTime(Period dedicatedCoreTime)"
nameWithType: "UsageStatistics.withDedicatedCoreTime(Period dedicatedCoreTime)"
summary: "Set the dedicated<wbr>Core<wbr>Time value."
parameters:
- description: "the dedicatedCoreTime value to set"
name: "dedicatedCoreTime"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UsageStatistics withDedicatedCoreTime(Period dedicatedCoreTime)"
desc: "Set the dedicatedCoreTime value."
returns:
description: "the UsageStatistics object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UsageStatistics?alt=com.microsoft.azure.batch.protocol.models.UsageStatistics&text=UsageStatistics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withLastUpdateTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
name: "withLastUpdateTime(DateTime lastUpdateTime)"
nameWithType: "UsageStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
summary: "Set the last<wbr>Update<wbr>Time value."
parameters:
- description: "the lastUpdateTime value to set"
name: "lastUpdateTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UsageStatistics withLastUpdateTime(DateTime lastUpdateTime)"
desc: "Set the lastUpdateTime value."
returns:
description: "the UsageStatistics object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UsageStatistics?alt=com.microsoft.azure.batch.protocol.models.UsageStatistics&text=UsageStatistics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "UsageStatistics.withStartTime(DateTime startTime)"
summary: "Set the start<wbr>Time value."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UsageStatistics withStartTime(DateTime startTime)"
desc: "Set the startTime value."
returns:
description: "the UsageStatistics object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UsageStatistics?alt=com.microsoft.azure.batch.protocol.models.UsageStatistics&text=UsageStatistics\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Statistics related to Pool usage information."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0