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

258 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner"
name: "RestorePointInner"
nameWithType: "RestorePointInner"
summary: "Restore Point details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.ProxyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.ProxyResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **RestorePointInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.RestorePointInner()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.RestorePointInner()"
name: "RestorePointInner()"
nameWithType: "RestorePointInner.RestorePointInner()"
summary: "Creates an instance of Restore<wbr>Point<wbr>Inner class."
syntax: "public RestorePointInner()"
desc: "Creates an instance of RestorePointInner class."
methods:
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.consistencyMode()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.consistencyMode()"
name: "consistencyMode()"
nameWithType: "RestorePointInner.consistencyMode()"
summary: "Get the consistency<wbr>Mode property: Consistency<wbr>Mode of the Restore<wbr>Point."
syntax: "public ConsistencyModeTypes consistencyMode()"
desc: "Get the consistencyMode property: ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details."
returns:
description: "the consistencyMode value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.ConsistencyModeTypes?alt=com.azure.resourcemanager.compute.models.ConsistencyModeTypes&text=ConsistencyModeTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.excludeDisks()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.excludeDisks()"
name: "excludeDisks()"
nameWithType: "RestorePointInner.excludeDisks()"
summary: "Get the exclude<wbr>Disks property: List of disk resource ids that the customer wishes to exclude from the restore point."
syntax: "public List<ApiEntityReference> excludeDisks()"
desc: "Get the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included."
returns:
description: "the excludeDisks value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.compute.models.ApiEntityReference?alt=com.azure.resourcemanager.compute.models.ApiEntityReference&text=ApiEntityReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "RestorePointInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Restore<wbr>Point<wbr>Inner 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 RestorePointInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of RestorePointInner from the JsonReader."
returns:
description: "An instance of RestorePointInner 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.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.id()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.id()"
name: "id()"
nameWithType: "RestorePointInner.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.instanceView()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.instanceView()"
name: "instanceView()"
nameWithType: "RestorePointInner.instanceView()"
summary: "Get the instance<wbr>View property: The restore point instance view."
syntax: "public RestorePointInstanceView instanceView()"
desc: "Get the instanceView property: The restore point instance view."
returns:
description: "the instanceView value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointInstanceView?alt=com.azure.resourcemanager.compute.models.RestorePointInstanceView&text=RestorePointInstanceView\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.name()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.name()"
name: "name()"
nameWithType: "RestorePointInner.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.provisioningState()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.provisioningState()"
name: "provisioningState()"
nameWithType: "RestorePointInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: Gets the provisioning state of the restore point."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: Gets the provisioning state of the restore point."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.sourceMetadata()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.sourceMetadata()"
name: "sourceMetadata()"
nameWithType: "RestorePointInner.sourceMetadata()"
summary: "Get the source<wbr>Metadata property: Gets the details of the VM captured at the time of the restore point creation."
syntax: "public RestorePointSourceMetadata sourceMetadata()"
desc: "Get the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation."
returns:
description: "the sourceMetadata value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointSourceMetadata?alt=com.azure.resourcemanager.compute.models.RestorePointSourceMetadata&text=RestorePointSourceMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.sourceRestorePoint()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.sourceRestorePoint()"
name: "sourceRestorePoint()"
nameWithType: "RestorePointInner.sourceRestorePoint()"
summary: "Get the source<wbr>Restore<wbr>Point property: Resource Id of the source restore point from which a copy needs to be created."
syntax: "public ApiEntityReference sourceRestorePoint()"
desc: "Get the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created."
returns:
description: "the sourceRestorePoint value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.ApiEntityReference?alt=com.azure.resourcemanager.compute.models.ApiEntityReference&text=ApiEntityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.timeCreated()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.timeCreated()"
name: "timeCreated()"
nameWithType: "RestorePointInner.timeCreated()"
summary: "Get the time<wbr>Created property: Gets the creation time of the restore point."
syntax: "public OffsetDateTime timeCreated()"
desc: "Get the timeCreated property: Gets the creation time of the restore point."
returns:
description: "the timeCreated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "RestorePointInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.ProxyResource.toJson(com.azure.json.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.compute.fluent.models.RestorePointInner.type()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.type()"
name: "type()"
nameWithType: "RestorePointInner.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.validate()"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.validate()"
name: "validate()"
nameWithType: "RestorePointInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withConsistencyMode(com.azure.resourcemanager.compute.models.ConsistencyModeTypes)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withConsistencyMode(ConsistencyModeTypes consistencyMode)"
name: "withConsistencyMode(ConsistencyModeTypes consistencyMode)"
nameWithType: "RestorePointInner.withConsistencyMode(ConsistencyModeTypes consistencyMode)"
summary: "Set the consistency<wbr>Mode property: Consistency<wbr>Mode of the Restore<wbr>Point."
parameters:
- description: "the consistencyMode value to set."
name: "consistencyMode"
type: "<xref href=\"com.azure.resourcemanager.compute.models.ConsistencyModeTypes?alt=com.azure.resourcemanager.compute.models.ConsistencyModeTypes&text=ConsistencyModeTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RestorePointInner withConsistencyMode(ConsistencyModeTypes consistencyMode)"
desc: "Set the consistencyMode property: ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details."
returns:
description: "the RestorePointInner object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withExcludeDisks(java.util.List<com.azure.resourcemanager.compute.models.ApiEntityReference>)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withExcludeDisks(List<ApiEntityReference> excludeDisks)"
name: "withExcludeDisks(List<ApiEntityReference> excludeDisks)"
nameWithType: "RestorePointInner.withExcludeDisks(List<ApiEntityReference> excludeDisks)"
summary: "Set the exclude<wbr>Disks property: List of disk resource ids that the customer wishes to exclude from the restore point."
parameters:
- description: "the excludeDisks value to set."
name: "excludeDisks"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.compute.models.ApiEntityReference?alt=com.azure.resourcemanager.compute.models.ApiEntityReference&text=ApiEntityReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RestorePointInner withExcludeDisks(List<ApiEntityReference> excludeDisks)"
desc: "Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included."
returns:
description: "the RestorePointInner object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withSourceMetadata(com.azure.resourcemanager.compute.models.RestorePointSourceMetadata)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withSourceMetadata(RestorePointSourceMetadata sourceMetadata)"
name: "withSourceMetadata(RestorePointSourceMetadata sourceMetadata)"
nameWithType: "RestorePointInner.withSourceMetadata(RestorePointSourceMetadata sourceMetadata)"
summary: "Set the source<wbr>Metadata property: Gets the details of the VM captured at the time of the restore point creation."
parameters:
- description: "the sourceMetadata value to set."
name: "sourceMetadata"
type: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointSourceMetadata?alt=com.azure.resourcemanager.compute.models.RestorePointSourceMetadata&text=RestorePointSourceMetadata\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RestorePointInner withSourceMetadata(RestorePointSourceMetadata sourceMetadata)"
desc: "Set the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation."
returns:
description: "the RestorePointInner object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withSourceRestorePoint(com.azure.resourcemanager.compute.models.ApiEntityReference)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withSourceRestorePoint(ApiEntityReference sourceRestorePoint)"
name: "withSourceRestorePoint(ApiEntityReference sourceRestorePoint)"
nameWithType: "RestorePointInner.withSourceRestorePoint(ApiEntityReference sourceRestorePoint)"
summary: "Set the source<wbr>Restore<wbr>Point property: Resource Id of the source restore point from which a copy needs to be created."
parameters:
- description: "the sourceRestorePoint value to set."
name: "sourceRestorePoint"
type: "<xref href=\"com.azure.resourcemanager.compute.models.ApiEntityReference?alt=com.azure.resourcemanager.compute.models.ApiEntityReference&text=ApiEntityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RestorePointInner withSourceRestorePoint(ApiEntityReference sourceRestorePoint)"
desc: "Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created."
returns:
description: "the RestorePointInner object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withTimeCreated(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.compute.fluent.models.RestorePointInner.withTimeCreated(OffsetDateTime timeCreated)"
name: "withTimeCreated(OffsetDateTime timeCreated)"
nameWithType: "RestorePointInner.withTimeCreated(OffsetDateTime timeCreated)"
summary: "Set the time<wbr>Created property: Gets the creation time of the restore point."
parameters:
- description: "the timeCreated value to set."
name: "timeCreated"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public RestorePointInner withTimeCreated(OffsetDateTime timeCreated)"
desc: "Set the timeCreated property: Gets the creation time of the restore point."
returns:
description: "the RestorePointInner object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.RestorePointInner?alt=com.azure.resourcemanager.compute.fluent.models.RestorePointInner&text=RestorePointInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Restore Point details."
metadata: {}
package: "com.azure.resourcemanager.compute.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0