azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

93 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference"
name: "ScalingHostPoolReference"
nameWithType: "ScalingHostPoolReference"
summary: "Scaling plan reference to hostpool."
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 **ScalingHostPoolReference**"
constructors:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.ScalingHostPoolReference()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.ScalingHostPoolReference()"
name: "ScalingHostPoolReference()"
nameWithType: "ScalingHostPoolReference.ScalingHostPoolReference()"
summary: "Creates an instance of Scaling<wbr>Host<wbr>Pool<wbr>Reference class."
syntax: "public ScalingHostPoolReference()"
desc: "Creates an instance of ScalingHostPoolReference class."
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.hostPoolArmPath()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.hostPoolArmPath()"
name: "hostPoolArmPath()"
nameWithType: "ScalingHostPoolReference.hostPoolArmPath()"
summary: "Get the host<wbr>Pool<wbr>Arm<wbr>Path property: Arm path of referenced hostpool."
syntax: "public String hostPoolArmPath()"
desc: "Get the hostPoolArmPath property: Arm path of referenced hostpool."
returns:
description: "the hostPoolArmPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.scalingPlanEnabled()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.scalingPlanEnabled()"
name: "scalingPlanEnabled()"
nameWithType: "ScalingHostPoolReference.scalingPlanEnabled()"
summary: "Get the scaling<wbr>Plan<wbr>Enabled property: Is the scaling plan enabled for this hostpool."
syntax: "public Boolean scalingPlanEnabled()"
desc: "Get the scalingPlanEnabled property: Is the scaling plan enabled for this hostpool."
returns:
description: "the scalingPlanEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.validate()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.validate()"
name: "validate()"
nameWithType: "ScalingHostPoolReference.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.withHostPoolArmPath(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.withHostPoolArmPath(String hostPoolArmPath)"
name: "withHostPoolArmPath(String hostPoolArmPath)"
nameWithType: "ScalingHostPoolReference.withHostPoolArmPath(String hostPoolArmPath)"
summary: "Set the host<wbr>Pool<wbr>Arm<wbr>Path property: Arm path of referenced hostpool."
parameters:
- description: "the hostPoolArmPath value to set."
name: "hostPoolArmPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScalingHostPoolReference withHostPoolArmPath(String hostPoolArmPath)"
desc: "Set the hostPoolArmPath property: Arm path of referenced hostpool."
returns:
description: "the ScalingHostPoolReference object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference&text=ScalingHostPoolReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.withScalingPlanEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference.withScalingPlanEnabled(Boolean scalingPlanEnabled)"
name: "withScalingPlanEnabled(Boolean scalingPlanEnabled)"
nameWithType: "ScalingHostPoolReference.withScalingPlanEnabled(Boolean scalingPlanEnabled)"
summary: "Set the scaling<wbr>Plan<wbr>Enabled property: Is the scaling plan enabled for this hostpool."
parameters:
- description: "the scalingPlanEnabled value to set."
name: "scalingPlanEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ScalingHostPoolReference withScalingPlanEnabled(Boolean scalingPlanEnabled)"
desc: "Set the scalingPlanEnabled property: Is the scaling plan enabled for this hostpool."
returns:
description: "the ScalingHostPoolReference object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingHostPoolReference&text=ScalingHostPoolReference\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Scaling plan reference to hostpool."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.1.0