76 строки
4.7 KiB
YAML
76 строки
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.OperationImpact"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact"
|
|
name: "OperationImpact"
|
|
nameWithType: "OperationImpact"
|
|
summary: "The impact of an operation, both in absolute and relative terms."
|
|
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 **OperationImpact**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.sql.OperationImpact.OperationImpact()"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact.OperationImpact()"
|
|
name: "OperationImpact()"
|
|
nameWithType: "OperationImpact.OperationImpact()"
|
|
syntax: "public OperationImpact()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.OperationImpact.changeValueAbsolute()"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact.changeValueAbsolute()"
|
|
name: "changeValueAbsolute()"
|
|
nameWithType: "OperationImpact.changeValueAbsolute()"
|
|
summary: "Get the absolute impact to dimension."
|
|
syntax: "public Double changeValueAbsolute()"
|
|
desc: "Get the absolute impact to dimension."
|
|
returns:
|
|
description: "the changeValueAbsolute value"
|
|
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.OperationImpact.changeValueRelative()"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact.changeValueRelative()"
|
|
name: "changeValueRelative()"
|
|
nameWithType: "OperationImpact.changeValueRelative()"
|
|
summary: "Get the relative impact to dimension (null if not applicable)."
|
|
syntax: "public Double changeValueRelative()"
|
|
desc: "Get the relative impact to dimension (null if not applicable)."
|
|
returns:
|
|
description: "the changeValueRelative value"
|
|
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.OperationImpact.name()"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact.name()"
|
|
name: "name()"
|
|
nameWithType: "OperationImpact.name()"
|
|
summary: "Get the name of the impact dimension."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the impact dimension."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.OperationImpact.unit()"
|
|
fullName: "com.microsoft.azure.management.sql.OperationImpact.unit()"
|
|
name: "unit()"
|
|
nameWithType: "OperationImpact.unit()"
|
|
summary: "Get the unit in which estimated impact to dimension is measured."
|
|
syntax: "public String unit()"
|
|
desc: "Get the unit in which estimated impact to dimension is measured."
|
|
returns:
|
|
description: "the unit value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The impact of an operation, both in absolute and relative terms."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|