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

461 строка
35 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner"
name: "ServerInner"
nameWithType: "ServerInner"
summary: "An Azure SQL Database server."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.Resource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.Resource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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 **ServerInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.ServerInner()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.ServerInner()"
name: "ServerInner()"
nameWithType: "ServerInner.ServerInner()"
summary: "Creates an instance of Server<wbr>Inner class."
syntax: "public ServerInner()"
desc: "Creates an instance of ServerInner class."
methods:
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administratorLogin()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administratorLogin()"
name: "administratorLogin()"
nameWithType: "ServerInner.administratorLogin()"
summary: "Get the administrator<wbr>Login property: Administrator username for the server."
syntax: "public String administratorLogin()"
desc: "Get the administratorLogin property: Administrator username for the server. Once created it cannot be changed."
returns:
description: "the administratorLogin value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administratorLoginPassword()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administratorLoginPassword()"
name: "administratorLoginPassword()"
nameWithType: "ServerInner.administratorLoginPassword()"
summary: "Get the administrator<wbr>Login<wbr>Password property: The administrator login password (required for server creation)."
syntax: "public String administratorLoginPassword()"
desc: "Get the administratorLoginPassword property: The administrator login password (required for server creation)."
returns:
description: "the administratorLoginPassword value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administrators()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.administrators()"
name: "administrators()"
nameWithType: "ServerInner.administrators()"
summary: "Get the administrators property: The Azure Active Directory administrator of the server."
syntax: "public ServerExternalAdministrator administrators()"
desc: "Get the administrators property: The Azure Active Directory administrator of the server."
returns:
description: "the administrators value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerExternalAdministrator?alt=com.azure.resourcemanager.sql.models.ServerExternalAdministrator&text=ServerExternalAdministrator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.federatedClientId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.federatedClientId()"
name: "federatedClientId()"
nameWithType: "ServerInner.federatedClientId()"
summary: "Get the federated<wbr>Client<wbr>Id property: The Client id used for cross tenant CMK scenario."
syntax: "public UUID federatedClientId()"
desc: "Get the federatedClientId property: The Client id used for cross tenant CMK scenario."
returns:
description: "the federatedClientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ServerInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Server<wbr>Inner 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 ServerInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ServerInner from the JsonReader."
returns:
description: "An instance of ServerInner 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.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.fullyQualifiedDomainName()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.fullyQualifiedDomainName()"
name: "fullyQualifiedDomainName()"
nameWithType: "ServerInner.fullyQualifiedDomainName()"
summary: "Get the fully<wbr>Qualified<wbr>Domain<wbr>Name property: The fully qualified domain name of the server."
syntax: "public String fullyQualifiedDomainName()"
desc: "Get the fullyQualifiedDomainName property: The fully qualified domain name of the server."
returns:
description: "the fullyQualifiedDomainName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.id()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.id()"
name: "id()"
nameWithType: "ServerInner.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.identity()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.identity()"
name: "identity()"
nameWithType: "ServerInner.identity()"
summary: "Get the identity property: The Azure Active Directory identity of the server."
syntax: "public ResourceIdentity identity()"
desc: "Get the identity property: The Azure Active Directory identity of the server."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ResourceIdentity?alt=com.azure.resourcemanager.sql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.keyId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.keyId()"
name: "keyId()"
nameWithType: "ServerInner.keyId()"
summary: "Get the key<wbr>Id property: A CMK URI of the key to use for encryption."
syntax: "public String keyId()"
desc: "Get the keyId property: A CMK URI of the key to use for encryption."
returns:
description: "the keyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.kind()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.kind()"
name: "kind()"
nameWithType: "ServerInner.kind()"
summary: "Get the kind property: Kind of sql server."
syntax: "public String kind()"
desc: "Get the kind property: Kind of sql server. This is metadata used for the Azure portal experience."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.minimalTlsVersion()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.minimalTlsVersion()"
name: "minimalTlsVersion()"
nameWithType: "ServerInner.minimalTlsVersion()"
summary: "Get the minimal<wbr>Tls<wbr>Version property: Minimal TLS version."
syntax: "public String minimalTlsVersion()"
desc: "Get the minimalTlsVersion property: Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'."
returns:
description: "the minimalTlsVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.name()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.name()"
name: "name()"
nameWithType: "ServerInner.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.primaryUserAssignedIdentityId()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.primaryUserAssignedIdentityId()"
name: "primaryUserAssignedIdentityId()"
nameWithType: "ServerInner.primaryUserAssignedIdentityId()"
summary: "Get the primary<wbr>User<wbr>Assigned<wbr>Identity<wbr>Id property: The resource id of a user assigned identity to be used by default."
syntax: "public String primaryUserAssignedIdentityId()"
desc: "Get the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default."
returns:
description: "the primaryUserAssignedIdentityId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "ServerInner.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connections on a server."
syntax: "public List<ServerPrivateEndpointConnection> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: List of private endpoint connections on a server."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.ServerPrivateEndpointConnection?alt=com.azure.resourcemanager.sql.models.ServerPrivateEndpointConnection&text=ServerPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "ServerInner.publicNetworkAccess()"
summary: "Get the public<wbr>Network<wbr>Access property: Whether or not public endpoint access is allowed for this server."
syntax: "public ServerNetworkAccessFlag publicNetworkAccess()"
desc: "Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
returns:
description: "the publicNetworkAccess value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag?alt=com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag&text=ServerNetworkAccessFlag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.restrictOutboundNetworkAccess()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.restrictOutboundNetworkAccess()"
name: "restrictOutboundNetworkAccess()"
nameWithType: "ServerInner.restrictOutboundNetworkAccess()"
summary: "Get the restrict<wbr>Outbound<wbr>Network<wbr>Access property: Whether or not to restrict outbound network access for this server."
syntax: "public ServerNetworkAccessFlag restrictOutboundNetworkAccess()"
desc: "Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
returns:
description: "the restrictOutboundNetworkAccess value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag?alt=com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag&text=ServerNetworkAccessFlag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.state()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.state()"
name: "state()"
nameWithType: "ServerInner.state()"
summary: "Get the state property: The state of the server."
syntax: "public String state()"
desc: "Get the state property: The state of the server."
returns:
description: "the state value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ServerInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.Resource.toJson(com.azure.json.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.sql.fluent.models.ServerInner.type()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.type()"
name: "type()"
nameWithType: "ServerInner.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.validate()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.validate()"
name: "validate()"
nameWithType: "ServerInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.version()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.version()"
name: "version()"
nameWithType: "ServerInner.version()"
summary: "Get the version property: The version of the server."
syntax: "public String version()"
desc: "Get the version property: The version of the server."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministratorLogin(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministratorLogin(String administratorLogin)"
name: "withAdministratorLogin(String administratorLogin)"
nameWithType: "ServerInner.withAdministratorLogin(String administratorLogin)"
summary: "Set the administrator<wbr>Login property: Administrator username for the server."
parameters:
- description: "the administratorLogin value to set."
name: "administratorLogin"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withAdministratorLogin(String administratorLogin)"
desc: "Set the administratorLogin property: Administrator username for the server. Once created it cannot be changed."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministratorLoginPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministratorLoginPassword(String administratorLoginPassword)"
name: "withAdministratorLoginPassword(String administratorLoginPassword)"
nameWithType: "ServerInner.withAdministratorLoginPassword(String administratorLoginPassword)"
summary: "Set the administrator<wbr>Login<wbr>Password property: The administrator login password (required for server creation)."
parameters:
- description: "the administratorLoginPassword value to set."
name: "administratorLoginPassword"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withAdministratorLoginPassword(String administratorLoginPassword)"
desc: "Set the administratorLoginPassword property: The administrator login password (required for server creation)."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministrators(com.azure.resourcemanager.sql.models.ServerExternalAdministrator)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withAdministrators(ServerExternalAdministrator administrators)"
name: "withAdministrators(ServerExternalAdministrator administrators)"
nameWithType: "ServerInner.withAdministrators(ServerExternalAdministrator administrators)"
summary: "Set the administrators property: The Azure Active Directory administrator of the server."
parameters:
- description: "the administrators value to set."
name: "administrators"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerExternalAdministrator?alt=com.azure.resourcemanager.sql.models.ServerExternalAdministrator&text=ServerExternalAdministrator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerInner withAdministrators(ServerExternalAdministrator administrators)"
desc: "Set the administrators property: The Azure Active Directory administrator of the server."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withFederatedClientId(java.util.UUID)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withFederatedClientId(UUID federatedClientId)"
name: "withFederatedClientId(UUID federatedClientId)"
nameWithType: "ServerInner.withFederatedClientId(UUID federatedClientId)"
summary: "Set the federated<wbr>Client<wbr>Id property: The Client id used for cross tenant CMK scenario."
parameters:
- description: "the federatedClientId value to set."
name: "federatedClientId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public ServerInner withFederatedClientId(UUID federatedClientId)"
desc: "Set the federatedClientId property: The Client id used for cross tenant CMK scenario."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withIdentity(com.azure.resourcemanager.sql.models.ResourceIdentity)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withIdentity(ResourceIdentity identity)"
name: "withIdentity(ResourceIdentity identity)"
nameWithType: "ServerInner.withIdentity(ResourceIdentity identity)"
summary: "Set the identity property: The Azure Active Directory identity of the server."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ResourceIdentity?alt=com.azure.resourcemanager.sql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerInner withIdentity(ResourceIdentity identity)"
desc: "Set the identity property: The Azure Active Directory identity of the server."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withKeyId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withKeyId(String keyId)"
name: "withKeyId(String keyId)"
nameWithType: "ServerInner.withKeyId(String keyId)"
summary: "Set the key<wbr>Id property: A CMK URI of the key to use for encryption."
parameters:
- description: "the keyId value to set."
name: "keyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withKeyId(String keyId)"
desc: "Set the keyId property: A CMK URI of the key to use for encryption."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ServerInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withMinimalTlsVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withMinimalTlsVersion(String minimalTlsVersion)"
name: "withMinimalTlsVersion(String minimalTlsVersion)"
nameWithType: "ServerInner.withMinimalTlsVersion(String minimalTlsVersion)"
summary: "Set the minimal<wbr>Tls<wbr>Version property: Minimal TLS version."
parameters:
- description: "the minimalTlsVersion value to set."
name: "minimalTlsVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withMinimalTlsVersion(String minimalTlsVersion)"
desc: "Set the minimalTlsVersion property: Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withPrimaryUserAssignedIdentityId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
name: "withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
nameWithType: "ServerInner.withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
summary: "Set the primary<wbr>User<wbr>Assigned<wbr>Identity<wbr>Id property: The resource id of a user assigned identity to be used by default."
parameters:
- description: "the primaryUserAssignedIdentityId value to set."
name: "primaryUserAssignedIdentityId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withPrimaryUserAssignedIdentityId(String primaryUserAssignedIdentityId)"
desc: "Set the primaryUserAssignedIdentityId property: The resource id of a user assigned identity to be used by default."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withPublicNetworkAccess(com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess)"
name: "withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess)"
nameWithType: "ServerInner.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess)"
summary: "Set the public<wbr>Network<wbr>Access property: Whether or not public endpoint access is allowed for this server."
parameters:
- description: "the publicNetworkAccess value to set."
name: "publicNetworkAccess"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag?alt=com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag&text=ServerNetworkAccessFlag\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerInner withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess)"
desc: "Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withRestrictOutboundNetworkAccess(com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess)"
name: "withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess)"
nameWithType: "ServerInner.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess)"
summary: "Set the restrict<wbr>Outbound<wbr>Network<wbr>Access property: Whether or not to restrict outbound network access for this server."
parameters:
- description: "the restrictOutboundNetworkAccess value to set."
name: "restrictOutboundNetworkAccess"
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag?alt=com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag&text=ServerNetworkAccessFlag\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerInner withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess)"
desc: "Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ServerInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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/String.html\">String</a>&gt;"
syntax: "public ServerInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "ServerInner.withVersion(String version)"
summary: "Set the version property: The version of the server."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerInner withVersion(String version)"
desc: "Set the version property: The version of the server."
returns:
description: "the ServerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerInner?alt=com.azure.resourcemanager.sql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerInner.workspaceFeature()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerInner.workspaceFeature()"
name: "workspaceFeature()"
nameWithType: "ServerInner.workspaceFeature()"
summary: "Get the workspace<wbr>Feature property: Whether or not existing server has a workspace created and if it allows connection from workspace."
syntax: "public ServerWorkspaceFeature workspaceFeature()"
desc: "Get the workspaceFeature property: Whether or not existing server has a workspace created and if it allows connection from workspace."
returns:
description: "the workspaceFeature value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.ServerWorkspaceFeature?alt=com.azure.resourcemanager.sql.models.ServerWorkspaceFeature&text=ServerWorkspaceFeature\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An Azure SQL Database server."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0