318 строки
26 KiB
YAML
318 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion"
|
|
name: "StackMajorVersion"
|
|
nameWithType: "StackMajorVersion"
|
|
summary: "Application stack major version."
|
|
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 **StackMajorVersion**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.StackMajorVersion()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.StackMajorVersion()"
|
|
name: "StackMajorVersion()"
|
|
nameWithType: "StackMajorVersion.StackMajorVersion()"
|
|
summary: "Creates an instance of Stack<wbr>Major<wbr>Version class."
|
|
syntax: "public StackMajorVersion()"
|
|
desc: "Creates an instance of StackMajorVersion class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.appSettingsDictionary()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.appSettingsDictionary()"
|
|
name: "appSettingsDictionary()"
|
|
nameWithType: "StackMajorVersion.appSettingsDictionary()"
|
|
summary: "Get the app<wbr>Settings<wbr>Dictionary property: <app<wbr>Settings> <app<wbr>Setting name=\"FUNCTIONS\\_WORKER\\_RUNTIME\" value=\"dotnet\" /> </app<wbr>Settings> Example: All the function apps need App<wbr>Setting: \"FUNCTIONS\\_WORKER\\_RUNTIME\" to be set stack name."
|
|
syntax: "public Map<String,Object> appSettingsDictionary()"
|
|
desc: "Get the appSettingsDictionary property: <appSettings> <appSetting name=\"FUNCTIONS\\_WORKER\\_RUNTIME\" value=\"dotnet\" /> </appSettings> Example: All the function apps need AppSetting: \"FUNCTIONS\\_WORKER\\_RUNTIME\" to be set stack name."
|
|
returns:
|
|
description: "the appSettingsDictionary value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.applicationInsights()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.applicationInsights()"
|
|
name: "applicationInsights()"
|
|
nameWithType: "StackMajorVersion.applicationInsights()"
|
|
summary: "Get the application<wbr>Insights property: <code>true</code> if this supports Application Insights; otherwise, <code>false</code>."
|
|
syntax: "public Boolean applicationInsights()"
|
|
desc: "Get the applicationInsights property: <code>true</code> if this supports Application Insights; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the applicationInsights value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.displayVersion()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.displayVersion()"
|
|
name: "displayVersion()"
|
|
nameWithType: "StackMajorVersion.displayVersion()"
|
|
summary: "Get the display<wbr>Version property: Application stack major version (display only)."
|
|
syntax: "public String displayVersion()"
|
|
desc: "Get the displayVersion property: Application stack major version (display only)."
|
|
returns:
|
|
description: "the displayVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "StackMajorVersion.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Stack<wbr>Major<wbr>Version from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static StackMajorVersion fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the StackMajorVersion."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of StackMajorVersion from the JsonReader."
|
|
returns:
|
|
description: "An instance of StackMajorVersion if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isDefault()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isDefault()"
|
|
name: "isDefault()"
|
|
nameWithType: "StackMajorVersion.isDefault()"
|
|
summary: "Get the is<wbr>Default property: <code>true</code> if this is the default major version; otherwise, <code>false</code>."
|
|
syntax: "public Boolean isDefault()"
|
|
desc: "Get the isDefault property: <code>true</code> if this is the default major version; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the isDefault value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isDeprecated()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isDeprecated()"
|
|
name: "isDeprecated()"
|
|
nameWithType: "StackMajorVersion.isDeprecated()"
|
|
summary: "Get the is<wbr>Deprecated property: <code>true</code> if this stack has been deprecated, otherwise <code>false</code>."
|
|
syntax: "public Boolean isDeprecated()"
|
|
desc: "Get the isDeprecated property: <code>true</code> if this stack has been deprecated, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the isDeprecated value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isHidden()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isHidden()"
|
|
name: "isHidden()"
|
|
nameWithType: "StackMajorVersion.isHidden()"
|
|
summary: "Get the is<wbr>Hidden property: <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>."
|
|
syntax: "public Boolean isHidden()"
|
|
desc: "Get the isHidden property: <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the isHidden value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isPreview()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.isPreview()"
|
|
name: "isPreview()"
|
|
nameWithType: "StackMajorVersion.isPreview()"
|
|
summary: "Get the is<wbr>Preview property: <code>true</code> if this stack is in Preview, otherwise <code>false</code>."
|
|
syntax: "public Boolean isPreview()"
|
|
desc: "Get the isPreview property: <code>true</code> if this stack is in Preview, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the isPreview value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.minorVersions()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.minorVersions()"
|
|
name: "minorVersions()"
|
|
nameWithType: "StackMajorVersion.minorVersions()"
|
|
summary: "Get the minor<wbr>Versions property: Minor versions associated with the major version."
|
|
syntax: "public List<StackMinorVersion> minorVersions()"
|
|
desc: "Get the minorVersions property: Minor versions associated with the major version."
|
|
returns:
|
|
description: "the minorVersions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.StackMinorVersion?alt=com.azure.resourcemanager.appservice.models.StackMinorVersion&text=StackMinorVersion\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.runtimeVersion()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.runtimeVersion()"
|
|
name: "runtimeVersion()"
|
|
nameWithType: "StackMajorVersion.runtimeVersion()"
|
|
summary: "Get the runtime<wbr>Version property: Application stack major version (runtime only)."
|
|
syntax: "public String runtimeVersion()"
|
|
desc: "Get the runtimeVersion property: Application stack major version (runtime only)."
|
|
returns:
|
|
description: "the runtimeVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.siteConfigPropertiesDictionary()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.siteConfigPropertiesDictionary()"
|
|
name: "siteConfigPropertiesDictionary()"
|
|
nameWithType: "StackMajorVersion.siteConfigPropertiesDictionary()"
|
|
summary: "Get the site<wbr>Config<wbr>Properties<wbr>Dictionary property: <site<wbr>Config<wbr>Properties> <site<wbr>Config<wbr>Property name=\"Use32Bit<wbr>Worker<wbr>Process\" value=\"false\" /> </site<wbr>Config<wbr>Properties> Example: All Linux Function Apps, need Use32Bit<wbr>Worker<wbr>Process to be set to 0."
|
|
syntax: "public Map<String,Object> siteConfigPropertiesDictionary()"
|
|
desc: "Get the siteConfigPropertiesDictionary property: <siteConfigProperties> <siteConfigProperty name=\"Use32BitWorkerProcess\" value=\"false\" /> </siteConfigProperties> Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0."
|
|
returns:
|
|
description: "the siteConfigPropertiesDictionary value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "StackMajorVersion.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.validate()"
|
|
name: "validate()"
|
|
nameWithType: "StackMajorVersion.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withAppSettingsDictionary(java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withAppSettingsDictionary(Map<String,Object> appSettingsDictionary)"
|
|
name: "withAppSettingsDictionary(Map<String,Object> appSettingsDictionary)"
|
|
nameWithType: "StackMajorVersion.withAppSettingsDictionary(Map<String,Object> appSettingsDictionary)"
|
|
summary: "Set the app<wbr>Settings<wbr>Dictionary property: <app<wbr>Settings> <app<wbr>Setting name=\"FUNCTIONS\\_WORKER\\_RUNTIME\" value=\"dotnet\" /> </app<wbr>Settings> Example: All the function apps need App<wbr>Setting: \"FUNCTIONS\\_WORKER\\_RUNTIME\" to be set stack name."
|
|
parameters:
|
|
- description: "the appSettingsDictionary value to set."
|
|
name: "appSettingsDictionary"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
syntax: "public StackMajorVersion withAppSettingsDictionary(Map<String,Object> appSettingsDictionary)"
|
|
desc: "Set the appSettingsDictionary property: <appSettings> <appSetting name=\"FUNCTIONS\\_WORKER\\_RUNTIME\" value=\"dotnet\" /> </appSettings> Example: All the function apps need AppSetting: \"FUNCTIONS\\_WORKER\\_RUNTIME\" to be set stack name."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withApplicationInsights(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withApplicationInsights(Boolean applicationInsights)"
|
|
name: "withApplicationInsights(Boolean applicationInsights)"
|
|
nameWithType: "StackMajorVersion.withApplicationInsights(Boolean applicationInsights)"
|
|
summary: "Set the application<wbr>Insights property: <code>true</code> if this supports Application Insights; otherwise, <code>false</code>."
|
|
parameters:
|
|
- description: "the applicationInsights value to set."
|
|
name: "applicationInsights"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StackMajorVersion withApplicationInsights(Boolean applicationInsights)"
|
|
desc: "Set the applicationInsights property: <code>true</code> if this supports Application Insights; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withDisplayVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withDisplayVersion(String displayVersion)"
|
|
name: "withDisplayVersion(String displayVersion)"
|
|
nameWithType: "StackMajorVersion.withDisplayVersion(String displayVersion)"
|
|
summary: "Set the display<wbr>Version property: Application stack major version (display only)."
|
|
parameters:
|
|
- description: "the displayVersion value to set."
|
|
name: "displayVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StackMajorVersion withDisplayVersion(String displayVersion)"
|
|
desc: "Set the displayVersion property: Application stack major version (display only)."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsDefault(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsDefault(Boolean isDefault)"
|
|
name: "withIsDefault(Boolean isDefault)"
|
|
nameWithType: "StackMajorVersion.withIsDefault(Boolean isDefault)"
|
|
summary: "Set the is<wbr>Default property: <code>true</code> if this is the default major version; otherwise, <code>false</code>."
|
|
parameters:
|
|
- description: "the isDefault value to set."
|
|
name: "isDefault"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StackMajorVersion withIsDefault(Boolean isDefault)"
|
|
desc: "Set the isDefault property: <code>true</code> if this is the default major version; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsDeprecated(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsDeprecated(Boolean isDeprecated)"
|
|
name: "withIsDeprecated(Boolean isDeprecated)"
|
|
nameWithType: "StackMajorVersion.withIsDeprecated(Boolean isDeprecated)"
|
|
summary: "Set the is<wbr>Deprecated property: <code>true</code> if this stack has been deprecated, otherwise <code>false</code>."
|
|
parameters:
|
|
- description: "the isDeprecated value to set."
|
|
name: "isDeprecated"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StackMajorVersion withIsDeprecated(Boolean isDeprecated)"
|
|
desc: "Set the isDeprecated property: <code>true</code> if this stack has been deprecated, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsHidden(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsHidden(Boolean isHidden)"
|
|
name: "withIsHidden(Boolean isHidden)"
|
|
nameWithType: "StackMajorVersion.withIsHidden(Boolean isHidden)"
|
|
summary: "Set the is<wbr>Hidden property: <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>."
|
|
parameters:
|
|
- description: "the isHidden value to set."
|
|
name: "isHidden"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StackMajorVersion withIsHidden(Boolean isHidden)"
|
|
desc: "Set the isHidden property: <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsPreview(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withIsPreview(Boolean isPreview)"
|
|
name: "withIsPreview(Boolean isPreview)"
|
|
nameWithType: "StackMajorVersion.withIsPreview(Boolean isPreview)"
|
|
summary: "Set the is<wbr>Preview property: <code>true</code> if this stack is in Preview, otherwise <code>false</code>."
|
|
parameters:
|
|
- description: "the isPreview value to set."
|
|
name: "isPreview"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StackMajorVersion withIsPreview(Boolean isPreview)"
|
|
desc: "Set the isPreview property: <code>true</code> if this stack is in Preview, otherwise <code>false</code>."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withMinorVersions(java.util.List<com.azure.resourcemanager.appservice.models.StackMinorVersion>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions)"
|
|
name: "withMinorVersions(List<StackMinorVersion> minorVersions)"
|
|
nameWithType: "StackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions)"
|
|
summary: "Set the minor<wbr>Versions property: Minor versions associated with the major version."
|
|
parameters:
|
|
- description: "the minorVersions value to set."
|
|
name: "minorVersions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.StackMinorVersion?alt=com.azure.resourcemanager.appservice.models.StackMinorVersion&text=StackMinorVersion\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public StackMajorVersion withMinorVersions(List<StackMinorVersion> minorVersions)"
|
|
desc: "Set the minorVersions property: Minor versions associated with the major version."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withRuntimeVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withRuntimeVersion(String runtimeVersion)"
|
|
name: "withRuntimeVersion(String runtimeVersion)"
|
|
nameWithType: "StackMajorVersion.withRuntimeVersion(String runtimeVersion)"
|
|
summary: "Set the runtime<wbr>Version property: Application stack major version (runtime only)."
|
|
parameters:
|
|
- description: "the runtimeVersion value to set."
|
|
name: "runtimeVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StackMajorVersion withRuntimeVersion(String runtimeVersion)"
|
|
desc: "Set the runtimeVersion property: Application stack major version (runtime only)."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withSiteConfigPropertiesDictionary(java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.StackMajorVersion.withSiteConfigPropertiesDictionary(Map<String,Object> siteConfigPropertiesDictionary)"
|
|
name: "withSiteConfigPropertiesDictionary(Map<String,Object> siteConfigPropertiesDictionary)"
|
|
nameWithType: "StackMajorVersion.withSiteConfigPropertiesDictionary(Map<String,Object> siteConfigPropertiesDictionary)"
|
|
summary: "Set the site<wbr>Config<wbr>Properties<wbr>Dictionary property: <site<wbr>Config<wbr>Properties> <site<wbr>Config<wbr>Property name=\"Use32Bit<wbr>Worker<wbr>Process\" value=\"false\" /> </site<wbr>Config<wbr>Properties> Example: All Linux Function Apps, need Use32Bit<wbr>Worker<wbr>Process to be set to 0."
|
|
parameters:
|
|
- description: "the siteConfigPropertiesDictionary value to set."
|
|
name: "siteConfigPropertiesDictionary"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
syntax: "public StackMajorVersion withSiteConfigPropertiesDictionary(Map<String,Object> siteConfigPropertiesDictionary)"
|
|
desc: "Set the siteConfigPropertiesDictionary property: <siteConfigProperties> <siteConfigProperty name=\"Use32BitWorkerProcess\" value=\"false\" /> </siteConfigProperties> Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0."
|
|
returns:
|
|
description: "the StackMajorVersion object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Application stack major version."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.StackMajorVersion?alt=com.azure.resourcemanager.appservice.models.StackMajorVersion&text=StackMajorVersion\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|