93 строки
6.6 KiB
YAML
93 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer"
|
|
name: "EnvironmentServer"
|
|
nameWithType: "EnvironmentServer"
|
|
summary: "Server information of the environment."
|
|
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 **EnvironmentServer**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.EnvironmentServer()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.EnvironmentServer()"
|
|
name: "EnvironmentServer()"
|
|
nameWithType: "EnvironmentServer.EnvironmentServer()"
|
|
summary: "Creates an instance of Environment<wbr>Server class."
|
|
syntax: "public EnvironmentServer()"
|
|
desc: "Creates an instance of EnvironmentServer class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.managementPortalUri()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.managementPortalUri()"
|
|
name: "managementPortalUri()"
|
|
nameWithType: "EnvironmentServer.managementPortalUri()"
|
|
summary: "Get the management<wbr>Portal<wbr>Uri property: The location of the management portal."
|
|
syntax: "public List<String> managementPortalUri()"
|
|
desc: "Get the managementPortalUri property: The location of the management portal."
|
|
returns:
|
|
description: "the managementPortalUri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.type()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.type()"
|
|
name: "type()"
|
|
nameWithType: "EnvironmentServer.type()"
|
|
summary: "Get the type property: Type of the server that represents the environment."
|
|
syntax: "public EnvironmentServerType type()"
|
|
desc: "Get the type property: Type of the server that represents the environment."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.EnvironmentServerType?alt=com.azure.resourcemanager.apicenter.models.EnvironmentServerType&text=EnvironmentServerType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.validate()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EnvironmentServer.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.withManagementPortalUri(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.withManagementPortalUri(List<String> managementPortalUri)"
|
|
name: "withManagementPortalUri(List<String> managementPortalUri)"
|
|
nameWithType: "EnvironmentServer.withManagementPortalUri(List<String> managementPortalUri)"
|
|
summary: "Set the management<wbr>Portal<wbr>Uri property: The location of the management portal."
|
|
parameters:
|
|
- description: "the managementPortalUri value to set."
|
|
name: "managementPortalUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public EnvironmentServer withManagementPortalUri(List<String> managementPortalUri)"
|
|
desc: "Set the managementPortalUri property: The location of the management portal."
|
|
returns:
|
|
description: "the EnvironmentServer object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.EnvironmentServer?alt=com.azure.resourcemanager.apicenter.models.EnvironmentServer&text=EnvironmentServer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.withType(com.azure.resourcemanager.apicenter.models.EnvironmentServerType)"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.EnvironmentServer.withType(EnvironmentServerType type)"
|
|
name: "withType(EnvironmentServerType type)"
|
|
nameWithType: "EnvironmentServer.withType(EnvironmentServerType type)"
|
|
summary: "Set the type property: Type of the server that represents the environment."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.EnvironmentServerType?alt=com.azure.resourcemanager.apicenter.models.EnvironmentServerType&text=EnvironmentServerType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EnvironmentServer withType(EnvironmentServerType type)"
|
|
desc: "Set the type property: Type of the server that represents the environment."
|
|
returns:
|
|
description: "the EnvironmentServer object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.EnvironmentServer?alt=com.azure.resourcemanager.apicenter.models.EnvironmentServer&text=EnvironmentServer\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Server information of the environment."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.apicenter.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0
|