93 строки
7.5 KiB
YAML
93 строки
7.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties"
|
|
name: "EnableMigrationInputProperties"
|
|
nameWithType: "EnableMigrationInputProperties"
|
|
summary: "Enable migration input 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 **EnableMigrationInputProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.EnableMigrationInputProperties()"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.EnableMigrationInputProperties()"
|
|
name: "EnableMigrationInputProperties()"
|
|
nameWithType: "EnableMigrationInputProperties.EnableMigrationInputProperties()"
|
|
summary: "Creates an instance of Enable<wbr>Migration<wbr>Input<wbr>Properties class."
|
|
syntax: "public EnableMigrationInputProperties()"
|
|
desc: "Creates an instance of EnableMigrationInputProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.policyId()"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.policyId()"
|
|
name: "policyId()"
|
|
nameWithType: "EnableMigrationInputProperties.policyId()"
|
|
summary: "Get the policy<wbr>Id property: The policy Id."
|
|
syntax: "public String policyId()"
|
|
desc: "Get the policyId property: The policy Id."
|
|
returns:
|
|
description: "the policyId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.providerSpecificDetails()"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.providerSpecificDetails()"
|
|
name: "providerSpecificDetails()"
|
|
nameWithType: "EnableMigrationInputProperties.providerSpecificDetails()"
|
|
summary: "Get the provider<wbr>Specific<wbr>Details property: The provider specific details."
|
|
syntax: "public EnableMigrationProviderSpecificInput providerSpecificDetails()"
|
|
desc: "Get the providerSpecificDetails property: The provider specific details."
|
|
returns:
|
|
description: "the providerSpecificDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationProviderSpecificInput?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationProviderSpecificInput&text=EnableMigrationProviderSpecificInput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EnableMigrationInputProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.withPolicyId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.withPolicyId(String policyId)"
|
|
name: "withPolicyId(String policyId)"
|
|
nameWithType: "EnableMigrationInputProperties.withPolicyId(String policyId)"
|
|
summary: "Set the policy<wbr>Id property: The policy Id."
|
|
parameters:
|
|
- description: "the policyId value to set."
|
|
name: "policyId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnableMigrationInputProperties withPolicyId(String policyId)"
|
|
desc: "Set the policyId property: The policy Id."
|
|
returns:
|
|
description: "the EnableMigrationInputProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties&text=EnableMigrationInputProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.withProviderSpecificDetails(com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationProviderSpecificInput)"
|
|
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties.withProviderSpecificDetails(EnableMigrationProviderSpecificInput providerSpecificDetails)"
|
|
name: "withProviderSpecificDetails(EnableMigrationProviderSpecificInput providerSpecificDetails)"
|
|
nameWithType: "EnableMigrationInputProperties.withProviderSpecificDetails(EnableMigrationProviderSpecificInput providerSpecificDetails)"
|
|
summary: "Set the provider<wbr>Specific<wbr>Details property: The provider specific details."
|
|
parameters:
|
|
- description: "the providerSpecificDetails value to set."
|
|
name: "providerSpecificDetails"
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationProviderSpecificInput?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationProviderSpecificInput&text=EnableMigrationProviderSpecificInput\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EnableMigrationInputProperties withProviderSpecificDetails(EnableMigrationProviderSpecificInput providerSpecificDetails)"
|
|
desc: "Set the providerSpecificDetails property: The provider specific details."
|
|
returns:
|
|
description: "the EnableMigrationInputProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.EnableMigrationInputProperties&text=EnableMigrationInputProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Enable migration input properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.recoveryservicessiterecovery.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0
|