69 строки
4.3 KiB
YAML
69 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.FailoverInput"
|
|
fullName: "com.azure.resourcemanager.iothub.models.FailoverInput"
|
|
name: "FailoverInput"
|
|
nameWithType: "FailoverInput"
|
|
summary: "Use to provide failover region when requesting manual Failover for a hub."
|
|
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 **FailoverInput**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.FailoverInput.FailoverInput()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.FailoverInput.FailoverInput()"
|
|
name: "FailoverInput()"
|
|
nameWithType: "FailoverInput.FailoverInput()"
|
|
summary: "Creates an instance of Failover<wbr>Input class."
|
|
syntax: "public FailoverInput()"
|
|
desc: "Creates an instance of FailoverInput class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.FailoverInput.failoverRegion()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.FailoverInput.failoverRegion()"
|
|
name: "failoverRegion()"
|
|
nameWithType: "FailoverInput.failoverRegion()"
|
|
summary: "Get the failover<wbr>Region property: Region the hub will be failed over to."
|
|
syntax: "public String failoverRegion()"
|
|
desc: "Get the failoverRegion property: Region the hub will be failed over to."
|
|
returns:
|
|
description: "the failoverRegion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.FailoverInput.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.FailoverInput.validate()"
|
|
name: "validate()"
|
|
nameWithType: "FailoverInput.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.FailoverInput.withFailoverRegion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.FailoverInput.withFailoverRegion(String failoverRegion)"
|
|
name: "withFailoverRegion(String failoverRegion)"
|
|
nameWithType: "FailoverInput.withFailoverRegion(String failoverRegion)"
|
|
summary: "Set the failover<wbr>Region property: Region the hub will be failed over to."
|
|
parameters:
|
|
- description: "the failoverRegion value to set."
|
|
name: "failoverRegion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public FailoverInput withFailoverRegion(String failoverRegion)"
|
|
desc: "Set the failoverRegion property: Region the hub will be failed over to."
|
|
returns:
|
|
description: "the FailoverInput object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.FailoverInput?alt=com.azure.resourcemanager.iothub.models.FailoverInput&text=FailoverInput\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Use to provide failover region when requesting manual Failover for a hub."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|