azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

204 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency"
name: "MoveResourceDependency"
nameWithType: "MoveResourceDependency"
summary: "Defines the dependency of the move resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MoveResourceDependency**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.MoveResourceDependency()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.MoveResourceDependency()"
name: "MoveResourceDependency()"
nameWithType: "MoveResourceDependency.MoveResourceDependency()"
syntax: "public MoveResourceDependency()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.automaticResolution()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.automaticResolution()"
name: "automaticResolution()"
nameWithType: "MoveResourceDependency.automaticResolution()"
summary: "Get the automatic<wbr>Resolution value."
syntax: "public AutomaticResolutionProperties automaticResolution()"
desc: "Get the automaticResolution value."
returns:
description: "the automaticResolution value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.AutomaticResolutionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.AutomaticResolutionProperties&text=AutomaticResolutionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.dependencyType()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.dependencyType()"
name: "dependencyType()"
nameWithType: "MoveResourceDependency.dependencyType()"
summary: "Get possible values include: 'Required<wbr>For<wbr>Prepare', 'Required<wbr>For<wbr>Move'."
syntax: "public DependencyType dependencyType()"
desc: "Get possible values include: 'RequiredForPrepare', 'RequiredForMove'."
returns:
description: "the dependencyType value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.DependencyType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.DependencyType&text=DependencyType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.id()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.id()"
name: "id()"
nameWithType: "MoveResourceDependency.id()"
summary: "Get gets the source ARM ID of the dependent resource."
syntax: "public String id()"
desc: "Get gets the source ARM ID of the dependent resource."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.isOptional()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.isOptional()"
name: "isOptional()"
nameWithType: "MoveResourceDependency.isOptional()"
summary: "Get gets or sets a value indicating whether the dependency is optional."
syntax: "public String isOptional()"
desc: "Get gets or sets a value indicating whether the dependency is optional."
returns:
description: "the isOptional value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.manualResolution()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.manualResolution()"
name: "manualResolution()"
nameWithType: "MoveResourceDependency.manualResolution()"
summary: "Get the manual<wbr>Resolution value."
syntax: "public ManualResolutionProperties manualResolution()"
desc: "Get the manualResolution value."
returns:
description: "the manualResolution value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties&text=ManualResolutionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.resolutionStatus()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.resolutionStatus()"
name: "resolutionStatus()"
nameWithType: "MoveResourceDependency.resolutionStatus()"
summary: "Get gets the dependency resolution status."
syntax: "public String resolutionStatus()"
desc: "Get gets the dependency resolution status."
returns:
description: "the resolutionStatus value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.resolutionType()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.resolutionType()"
name: "resolutionType()"
nameWithType: "MoveResourceDependency.resolutionType()"
summary: "Get possible values include: 'Manual', 'Automatic'."
syntax: "public ResolutionType resolutionType()"
desc: "Get possible values include: 'Manual', 'Automatic'."
returns:
description: "the resolutionType value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResolutionType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResolutionType&text=ResolutionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withAutomaticResolution(com.microsoft.azure.management.resourcemover.v2021_01_01.AutomaticResolutionProperties)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withAutomaticResolution(AutomaticResolutionProperties automaticResolution)"
name: "withAutomaticResolution(AutomaticResolutionProperties automaticResolution)"
nameWithType: "MoveResourceDependency.withAutomaticResolution(AutomaticResolutionProperties automaticResolution)"
summary: "Set the automatic<wbr>Resolution value."
parameters:
- description: "the automaticResolution value to set"
name: "automaticResolution"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.AutomaticResolutionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.AutomaticResolutionProperties&text=AutomaticResolutionProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withAutomaticResolution(AutomaticResolutionProperties automaticResolution)"
desc: "Set the automaticResolution value."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withDependencyType(com.microsoft.azure.management.resourcemover.v2021_01_01.DependencyType)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withDependencyType(DependencyType dependencyType)"
name: "withDependencyType(DependencyType dependencyType)"
nameWithType: "MoveResourceDependency.withDependencyType(DependencyType dependencyType)"
summary: "Set possible values include: 'Required<wbr>For<wbr>Prepare', 'Required<wbr>For<wbr>Move'."
parameters:
- description: "the dependencyType value to set"
name: "dependencyType"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.DependencyType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.DependencyType&text=DependencyType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withDependencyType(DependencyType dependencyType)"
desc: "Set possible values include: 'RequiredForPrepare', 'RequiredForMove'."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withId(String id)"
name: "withId(String id)"
nameWithType: "MoveResourceDependency.withId(String id)"
summary: "Set gets the source ARM ID of the dependent resource."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withId(String id)"
desc: "Set gets the source ARM ID of the dependent resource."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withIsOptional(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withIsOptional(String isOptional)"
name: "withIsOptional(String isOptional)"
nameWithType: "MoveResourceDependency.withIsOptional(String isOptional)"
summary: "Set gets or sets a value indicating whether the dependency is optional."
parameters:
- description: "the isOptional value to set"
name: "isOptional"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withIsOptional(String isOptional)"
desc: "Set gets or sets a value indicating whether the dependency is optional."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withManualResolution(com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withManualResolution(ManualResolutionProperties manualResolution)"
name: "withManualResolution(ManualResolutionProperties manualResolution)"
nameWithType: "MoveResourceDependency.withManualResolution(ManualResolutionProperties manualResolution)"
summary: "Set the manual<wbr>Resolution value."
parameters:
- description: "the manualResolution value to set"
name: "manualResolution"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ManualResolutionProperties&text=ManualResolutionProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withManualResolution(ManualResolutionProperties manualResolution)"
desc: "Set the manualResolution value."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withResolutionStatus(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withResolutionStatus(String resolutionStatus)"
name: "withResolutionStatus(String resolutionStatus)"
nameWithType: "MoveResourceDependency.withResolutionStatus(String resolutionStatus)"
summary: "Set gets the dependency resolution status."
parameters:
- description: "the resolutionStatus value to set"
name: "resolutionStatus"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withResolutionStatus(String resolutionStatus)"
desc: "Set gets the dependency resolution status."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withResolutionType(com.microsoft.azure.management.resourcemover.v2021_01_01.ResolutionType)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency.withResolutionType(ResolutionType resolutionType)"
name: "withResolutionType(ResolutionType resolutionType)"
nameWithType: "MoveResourceDependency.withResolutionType(ResolutionType resolutionType)"
summary: "Set possible values include: 'Manual', 'Automatic'."
parameters:
- description: "the resolutionType value to set"
name: "resolutionType"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.ResolutionType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.ResolutionType&text=ResolutionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MoveResourceDependency withResolutionType(ResolutionType resolutionType)"
desc: "Set possible values include: 'Manual', 'Automatic'."
returns:
description: "the MoveResourceDependency object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceDependency&text=MoveResourceDependency\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the dependency of the move resource."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0