410 строки
23 KiB
YAML
410 строки
23 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storagemover.models.JobRun"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun"
|
|
name: "JobRun"
|
|
nameWithType: "JobRun"
|
|
summary: "An immutable client-side representation of Job<wbr>Run."
|
|
syntax: "public interface **JobRun**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.agentName()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.agentName()"
|
|
name: "agentName()"
|
|
nameWithType: "JobRun.agentName()"
|
|
summary: "Gets the agent<wbr>Name property: Name of the Agent assigned to this run."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String agentName()"
|
|
desc: "Gets the agentName property: Name of the Agent assigned to this run."
|
|
returns:
|
|
description: "the agentName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.agentResourceId()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.agentResourceId()"
|
|
name: "agentResourceId()"
|
|
nameWithType: "JobRun.agentResourceId()"
|
|
summary: "Gets the agent<wbr>Resource<wbr>Id property: Fully qualified resource id of the Agent assigned to this run."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String agentResourceId()"
|
|
desc: "Gets the agentResourceId property: Fully qualified resource id of the Agent assigned to this run."
|
|
returns:
|
|
description: "the agentResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesExcluded()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesExcluded()"
|
|
name: "bytesExcluded()"
|
|
nameWithType: "JobRun.bytesExcluded()"
|
|
summary: "Gets the bytes<wbr>Excluded property: Bytes of data that will not be transferred, as they are excluded by user configuration."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesExcluded()"
|
|
desc: "Gets the bytesExcluded property: Bytes of data that will not be transferred, as they are excluded by user configuration."
|
|
returns:
|
|
description: "the bytesExcluded value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesFailed()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesFailed()"
|
|
name: "bytesFailed()"
|
|
nameWithType: "JobRun.bytesFailed()"
|
|
summary: "Gets the bytes<wbr>Failed property: Bytes of data that were attempted to transfer and failed."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesFailed()"
|
|
desc: "Gets the bytesFailed property: Bytes of data that were attempted to transfer and failed."
|
|
returns:
|
|
description: "the bytesFailed value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesNoTransferNeeded()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesNoTransferNeeded()"
|
|
name: "bytesNoTransferNeeded()"
|
|
nameWithType: "JobRun.bytesNoTransferNeeded()"
|
|
summary: "Gets the bytes<wbr>NoTransfer<wbr>Needed property: Bytes of data that will not be transferred, as they are already found on target (e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesNoTransferNeeded()"
|
|
desc: "Gets the bytesNoTransferNeeded property: Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode)."
|
|
returns:
|
|
description: "the bytesNoTransferNeeded value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesScanned()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesScanned()"
|
|
name: "bytesScanned()"
|
|
nameWithType: "JobRun.bytesScanned()"
|
|
summary: "Gets the bytes<wbr>Scanned property: Bytes of data scanned so far in source."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesScanned()"
|
|
desc: "Gets the bytesScanned property: Bytes of data scanned so far in source."
|
|
returns:
|
|
description: "the bytesScanned value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesTransferred()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesTransferred()"
|
|
name: "bytesTransferred()"
|
|
nameWithType: "JobRun.bytesTransferred()"
|
|
summary: "Gets the bytes<wbr>Transferred property: Bytes of data successfully transferred to target."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesTransferred()"
|
|
desc: "Gets the bytesTransferred property: Bytes of data successfully transferred to target."
|
|
returns:
|
|
description: "the bytesTransferred value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.bytesUnsupported()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.bytesUnsupported()"
|
|
name: "bytesUnsupported()"
|
|
nameWithType: "JobRun.bytesUnsupported()"
|
|
summary: "Gets the bytes<wbr>Unsupported property: Bytes of data that will not be transferred, as they are unsupported on target."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long bytesUnsupported()"
|
|
desc: "Gets the bytesUnsupported property: Bytes of data that will not be transferred, as they are unsupported on target."
|
|
returns:
|
|
description: "the bytesUnsupported value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.error()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.error()"
|
|
name: "error()"
|
|
nameWithType: "JobRun.error()"
|
|
summary: "Gets the error property: Error details."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobRunError error()"
|
|
desc: "Gets the error property: Error details."
|
|
returns:
|
|
description: "the error value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunError?alt=com.azure.resourcemanager.storagemover.models.JobRunError&text=JobRunError\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.executionEndTime()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.executionEndTime()"
|
|
name: "executionEndTime()"
|
|
nameWithType: "JobRun.executionEndTime()"
|
|
summary: "Gets the execution<wbr>End<wbr>Time property: End time of the run."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime executionEndTime()"
|
|
desc: "Gets the executionEndTime property: End time of the run. Null if Agent has not reported that the job has ended."
|
|
returns:
|
|
description: "the executionEndTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.executionStartTime()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.executionStartTime()"
|
|
name: "executionStartTime()"
|
|
nameWithType: "JobRun.executionStartTime()"
|
|
summary: "Gets the execution<wbr>Start<wbr>Time property: Start time of the run."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime executionStartTime()"
|
|
desc: "Gets the executionStartTime property: Start time of the run. Null if no Agent reported that the job has started."
|
|
returns:
|
|
description: "the executionStartTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.id()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.id()"
|
|
name: "id()"
|
|
nameWithType: "JobRun.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets 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.storagemover.models.JobRun.innerModel()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "JobRun.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>storagemover.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Run<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobRunInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.storagemover.fluent.models.JobRunInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.fluent.models.JobRunInner?alt=com.azure.resourcemanager.storagemover.fluent.models.JobRunInner&text=JobRunInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsExcluded()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsExcluded()"
|
|
name: "itemsExcluded()"
|
|
nameWithType: "JobRun.itemsExcluded()"
|
|
summary: "Gets the items<wbr>Excluded property: Number of items that will not be transferred, as they are excluded by user configuration."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsExcluded()"
|
|
desc: "Gets the itemsExcluded property: Number of items that will not be transferred, as they are excluded by user configuration."
|
|
returns:
|
|
description: "the itemsExcluded value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsFailed()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsFailed()"
|
|
name: "itemsFailed()"
|
|
nameWithType: "JobRun.itemsFailed()"
|
|
summary: "Gets the items<wbr>Failed property: Number of items that were attempted to transfer and failed."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsFailed()"
|
|
desc: "Gets the itemsFailed property: Number of items that were attempted to transfer and failed."
|
|
returns:
|
|
description: "the itemsFailed value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsNoTransferNeeded()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsNoTransferNeeded()"
|
|
name: "itemsNoTransferNeeded()"
|
|
nameWithType: "JobRun.itemsNoTransferNeeded()"
|
|
summary: "Gets the items<wbr>NoTransfer<wbr>Needed property: Number of items that will not be transferred, as they are already found on target (e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsNoTransferNeeded()"
|
|
desc: "Gets the itemsNoTransferNeeded property: Number of items that will not be transferred, as they are already found on target (e.g. mirror mode)."
|
|
returns:
|
|
description: "the itemsNoTransferNeeded value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsScanned()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsScanned()"
|
|
name: "itemsScanned()"
|
|
nameWithType: "JobRun.itemsScanned()"
|
|
summary: "Gets the items<wbr>Scanned property: Number of items scanned so far in source."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsScanned()"
|
|
desc: "Gets the itemsScanned property: Number of items scanned so far in source."
|
|
returns:
|
|
description: "the itemsScanned value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsTransferred()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsTransferred()"
|
|
name: "itemsTransferred()"
|
|
nameWithType: "JobRun.itemsTransferred()"
|
|
summary: "Gets the items<wbr>Transferred property: Number of items successfully transferred to target."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsTransferred()"
|
|
desc: "Gets the itemsTransferred property: Number of items successfully transferred to target."
|
|
returns:
|
|
description: "the itemsTransferred value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.itemsUnsupported()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.itemsUnsupported()"
|
|
name: "itemsUnsupported()"
|
|
nameWithType: "JobRun.itemsUnsupported()"
|
|
summary: "Gets the items<wbr>Unsupported property: Number of items that will not be transferred, as they are unsupported on target."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long itemsUnsupported()"
|
|
desc: "Gets the itemsUnsupported property: Number of items that will not be transferred, as they are unsupported on target."
|
|
returns:
|
|
description: "the itemsUnsupported value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.jobDefinitionProperties()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.jobDefinitionProperties()"
|
|
name: "jobDefinitionProperties()"
|
|
nameWithType: "JobRun.jobDefinitionProperties()"
|
|
summary: "Gets the job<wbr>Definition<wbr>Properties property: Copy of parent Job Definition's properties at time of Job Run creation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object jobDefinitionProperties()"
|
|
desc: "Gets the jobDefinitionProperties property: Copy of parent Job Definition's properties at time of Job Run creation."
|
|
returns:
|
|
description: "the jobDefinitionProperties value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.lastStatusUpdate()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.lastStatusUpdate()"
|
|
name: "lastStatusUpdate()"
|
|
nameWithType: "JobRun.lastStatusUpdate()"
|
|
summary: "Gets the last<wbr>Status<wbr>Update property: The last updated time of the Job Run."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastStatusUpdate()"
|
|
desc: "Gets the lastStatusUpdate property: The last updated time of the Job Run."
|
|
returns:
|
|
description: "the lastStatusUpdate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.name()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.name()"
|
|
name: "name()"
|
|
nameWithType: "JobRun.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets 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.storagemover.models.JobRun.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "JobRun.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: The provisioning state of this resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
desc: "Gets the provisioningState property: The provisioning state of this resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.ProvisioningState?alt=com.azure.resourcemanager.storagemover.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.scanStatus()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.scanStatus()"
|
|
name: "scanStatus()"
|
|
nameWithType: "JobRun.scanStatus()"
|
|
summary: "Gets the scan<wbr>Status property: The status of Agent's scanning of source."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobRunScanStatus scanStatus()"
|
|
desc: "Gets the scanStatus property: The status of Agent's scanning of source."
|
|
returns:
|
|
description: "the scanStatus value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunScanStatus?alt=com.azure.resourcemanager.storagemover.models.JobRunScanStatus&text=JobRunScanStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.sourceName()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.sourceName()"
|
|
name: "sourceName()"
|
|
nameWithType: "JobRun.sourceName()"
|
|
summary: "Gets the source<wbr>Name property: Name of source Endpoint resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sourceName()"
|
|
desc: "Gets the sourceName property: Name of source Endpoint resource. This resource may no longer exist."
|
|
returns:
|
|
description: "the sourceName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.sourceProperties()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.sourceProperties()"
|
|
name: "sourceProperties()"
|
|
nameWithType: "JobRun.sourceProperties()"
|
|
summary: "Gets the source<wbr>Properties property: Copy of source Endpoint resource's properties at time of Job Run creation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object sourceProperties()"
|
|
desc: "Gets the sourceProperties property: Copy of source Endpoint resource's properties at time of Job Run creation."
|
|
returns:
|
|
description: "the sourceProperties value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.sourceResourceId()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.sourceResourceId()"
|
|
name: "sourceResourceId()"
|
|
nameWithType: "JobRun.sourceResourceId()"
|
|
summary: "Gets the source<wbr>Resource<wbr>Id property: Fully qualified resource id of source Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sourceResourceId()"
|
|
desc: "Gets the sourceResourceId property: Fully qualified resource id of source Endpoint. This id may no longer exist."
|
|
returns:
|
|
description: "the sourceResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.status()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.status()"
|
|
name: "status()"
|
|
nameWithType: "JobRun.status()"
|
|
summary: "Gets the status property: The state of the job execution."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobRunStatus status()"
|
|
desc: "Gets the status property: The state of the job execution."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.JobRunStatus?alt=com.azure.resourcemanager.storagemover.models.JobRunStatus&text=JobRunStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.systemData()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "JobRun.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Resource system metadata."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Resource system metadata."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.targetName()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.targetName()"
|
|
name: "targetName()"
|
|
nameWithType: "JobRun.targetName()"
|
|
summary: "Gets the target<wbr>Name property: Name of target Endpoint resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String targetName()"
|
|
desc: "Gets the targetName property: Name of target Endpoint resource. This resource may no longer exist."
|
|
returns:
|
|
description: "the targetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.targetProperties()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.targetProperties()"
|
|
name: "targetProperties()"
|
|
nameWithType: "JobRun.targetProperties()"
|
|
summary: "Gets the target<wbr>Properties property: Copy of Endpoint resource's properties at time of Job Run creation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object targetProperties()"
|
|
desc: "Gets the targetProperties property: Copy of Endpoint resource's properties at time of Job Run creation."
|
|
returns:
|
|
description: "the targetProperties value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.targetResourceId()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.targetResourceId()"
|
|
name: "targetResourceId()"
|
|
nameWithType: "JobRun.targetResourceId()"
|
|
summary: "Gets the target<wbr>Resource<wbr>Id property: Fully qualified resource id of of Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String targetResourceId()"
|
|
desc: "Gets the targetResourceId property: Fully qualified resource id of of Endpoint. This id may no longer exist."
|
|
returns:
|
|
description: "the targetResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.JobRun.type()"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.JobRun.type()"
|
|
name: "type()"
|
|
nameWithType: "JobRun.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets 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>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of JobRun."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storagemover.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storagemover:1.0.0
|