azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

150 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.HourlySchedule"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule"
name: "HourlySchedule"
nameWithType: "HourlySchedule"
summary: "Hourly Schedule properties."
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 final class **HourlySchedule**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.HourlySchedule()"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.HourlySchedule()"
name: "HourlySchedule()"
nameWithType: "HourlySchedule.HourlySchedule()"
summary: "Creates an instance of Hourly<wbr>Schedule class."
syntax: "public HourlySchedule()"
desc: "Creates an instance of HourlySchedule class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "HourlySchedule.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Hourly<wbr>Schedule from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HourlySchedule fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the HourlySchedule."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of HourlySchedule from the JsonReader."
returns:
description: "An instance of HourlySchedule if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.minute()"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.minute()"
name: "minute()"
nameWithType: "HourlySchedule.minute()"
summary: "Get the minute property: Indicates which minute snapshot should be taken."
syntax: "public Integer minute()"
desc: "Get the minute property: Indicates which minute snapshot should be taken."
returns:
description: "the minute value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.snapshotsToKeep()"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.snapshotsToKeep()"
name: "snapshotsToKeep()"
nameWithType: "HourlySchedule.snapshotsToKeep()"
summary: "Get the snapshots<wbr>ToKeep property: Hourly snapshot count to keep."
syntax: "public Integer snapshotsToKeep()"
desc: "Get the snapshotsToKeep property: Hourly snapshot count to keep."
returns:
description: "the snapshotsToKeep value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "HourlySchedule.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.usedBytes()"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.usedBytes()"
name: "usedBytes()"
nameWithType: "HourlySchedule.usedBytes()"
summary: "Get the used<wbr>Bytes property: Resource size in bytes, current storage usage for the volume in bytes."
syntax: "public Long usedBytes()"
desc: "Get the usedBytes property: Resource size in bytes, current storage usage for the volume in bytes."
returns:
description: "the usedBytes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.validate()"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.validate()"
name: "validate()"
nameWithType: "HourlySchedule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.withMinute(java.lang.Integer)"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.withMinute(Integer minute)"
name: "withMinute(Integer minute)"
nameWithType: "HourlySchedule.withMinute(Integer minute)"
summary: "Set the minute property: Indicates which minute snapshot should be taken."
parameters:
- description: "the minute value to set."
name: "minute"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public HourlySchedule withMinute(Integer minute)"
desc: "Set the minute property: Indicates which minute snapshot should be taken."
returns:
description: "the HourlySchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.withSnapshotsToKeep(java.lang.Integer)"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.withSnapshotsToKeep(Integer snapshotsToKeep)"
name: "withSnapshotsToKeep(Integer snapshotsToKeep)"
nameWithType: "HourlySchedule.withSnapshotsToKeep(Integer snapshotsToKeep)"
summary: "Set the snapshots<wbr>ToKeep property: Hourly snapshot count to keep."
parameters:
- description: "the snapshotsToKeep value to set."
name: "snapshotsToKeep"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public HourlySchedule withSnapshotsToKeep(Integer snapshotsToKeep)"
desc: "Set the snapshotsToKeep property: Hourly snapshot count to keep."
returns:
description: "the HourlySchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.HourlySchedule.withUsedBytes(java.lang.Long)"
fullName: "com.azure.resourcemanager.netapp.models.HourlySchedule.withUsedBytes(Long usedBytes)"
name: "withUsedBytes(Long usedBytes)"
nameWithType: "HourlySchedule.withUsedBytes(Long usedBytes)"
summary: "Set the used<wbr>Bytes property: Resource size in bytes, current storage usage for the volume in bytes."
parameters:
- description: "the usedBytes value to set."
name: "usedBytes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public HourlySchedule withUsedBytes(Long usedBytes)"
desc: "Set the usedBytes property: Resource size in bytes, current storage usage for the volume in bytes."
returns:
description: "the HourlySchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Hourly Schedule properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.HourlySchedule?alt=com.azure.resourcemanager.netapp.models.HourlySchedule&text=HourlySchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1