180 строки
14 KiB
YAML
180 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch"
|
|
name: "AutoscaleSettingResourcePatch"
|
|
nameWithType: "AutoscaleSettingResourcePatch"
|
|
summary: "The autoscale setting object for patch operations."
|
|
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 **AutoscaleSettingResourcePatch**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.AutoscaleSettingResourcePatch()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.AutoscaleSettingResourcePatch()"
|
|
name: "AutoscaleSettingResourcePatch()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.AutoscaleSettingResourcePatch()"
|
|
syntax: "public AutoscaleSettingResourcePatch()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.enabled()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.enabled()"
|
|
name: "enabled()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.enabled()"
|
|
summary: "Get the enabled flag."
|
|
syntax: "public Boolean enabled()"
|
|
desc: "Get the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
|
|
returns:
|
|
description: "the enabled value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.name()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.name()"
|
|
name: "name()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.name()"
|
|
summary: "Get the name of the autoscale setting."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the autoscale setting."
|
|
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.monitor.AutoscaleSettingResourcePatch.notifications()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.notifications()"
|
|
name: "notifications()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.notifications()"
|
|
summary: "Get the collection of notifications."
|
|
syntax: "public List<AutoscaleNotification> notifications()"
|
|
desc: "Get the collection of notifications."
|
|
returns:
|
|
description: "the notifications value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleNotification?alt=com.microsoft.azure.management.monitor.AutoscaleNotification&text=AutoscaleNotification\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.profiles()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.profiles()"
|
|
name: "profiles()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.profiles()"
|
|
summary: "Get the collection of automatic scaling profiles that specify different scaling parameters for different time periods."
|
|
syntax: "public List<AutoscaleProfileInner> profiles()"
|
|
desc: "Get the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified."
|
|
returns:
|
|
description: "the profiles value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner?alt=com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner&text=AutoscaleProfileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.tags()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.tags()"
|
|
name: "tags()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.tags()"
|
|
summary: "Get resource tags."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get resource tags."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.targetResourceUri()"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.targetResourceUri()"
|
|
name: "targetResourceUri()"
|
|
nameWithType: "AutoscaleSettingResourcePatch.targetResourceUri()"
|
|
summary: "Get the resource identifier of the resource that the autoscale setting should be added to."
|
|
syntax: "public String targetResourceUri()"
|
|
desc: "Get the resource identifier of the resource that the autoscale setting should be added to."
|
|
returns:
|
|
description: "the targetResourceUri value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withEnabled(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withEnabled(Boolean enabled)"
|
|
name: "withEnabled(Boolean enabled)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withEnabled(Boolean enabled)"
|
|
summary: "Set the enabled flag."
|
|
parameters:
|
|
- description: "the enabled value to set"
|
|
name: "enabled"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoscaleSettingResourcePatch withEnabled(Boolean enabled)"
|
|
desc: "Set the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withName(String name)"
|
|
summary: "Set the name of the autoscale setting."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoscaleSettingResourcePatch withName(String name)"
|
|
desc: "Set the name of the autoscale setting."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withNotifications(java.util.List<com.microsoft.azure.management.monitor.AutoscaleNotification>)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications)"
|
|
name: "withNotifications(List<AutoscaleNotification> notifications)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications)"
|
|
summary: "Set the collection of notifications."
|
|
parameters:
|
|
- description: "the notifications value to set"
|
|
name: "notifications"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.AutoscaleNotification?alt=com.microsoft.azure.management.monitor.AutoscaleNotification&text=AutoscaleNotification\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AutoscaleSettingResourcePatch withNotifications(List<AutoscaleNotification> notifications)"
|
|
desc: "Set the collection of notifications."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withProfiles(java.util.List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner>)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withProfiles(List<AutoscaleProfileInner> profiles)"
|
|
name: "withProfiles(List<AutoscaleProfileInner> profiles)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withProfiles(List<AutoscaleProfileInner> profiles)"
|
|
summary: "Set the collection of automatic scaling profiles that specify different scaling parameters for different time periods."
|
|
parameters:
|
|
- description: "the profiles value to set"
|
|
name: "profiles"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner?alt=com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner&text=AutoscaleProfileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AutoscaleSettingResourcePatch withProfiles(List<AutoscaleProfileInner> profiles)"
|
|
desc: "Set the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withTags(Map<String,String> tags)"
|
|
summary: "Set resource tags."
|
|
parameters:
|
|
- description: "the tags value to set"
|
|
name: "tags"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AutoscaleSettingResourcePatch withTags(Map<String,String> tags)"
|
|
desc: "Set resource tags."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withTargetResourceUri(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri)"
|
|
name: "withTargetResourceUri(String targetResourceUri)"
|
|
nameWithType: "AutoscaleSettingResourcePatch.withTargetResourceUri(String targetResourceUri)"
|
|
summary: "Set the resource identifier of the resource that the autoscale setting should be added to."
|
|
parameters:
|
|
- description: "the targetResourceUri value to set"
|
|
name: "targetResourceUri"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutoscaleSettingResourcePatch withTargetResourceUri(String targetResourceUri)"
|
|
desc: "Set the resource identifier of the resource that the autoscale setting should be added to."
|
|
returns:
|
|
description: "the AutoscaleSettingResourcePatch object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch?alt=com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch&text=AutoscaleSettingResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The autoscale setting object for patch operations."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|