SqlServerInstanceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. azurearcdata. fluent. models. SqlServerInstanceInner
- com.
- com.
- com.
public final class SqlServerInstanceInner
extends Resource
A SqlServerInstance.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlServerInstanceInner() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Sql |
properties()
Get the properties property: null. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Sql |
withLocation(String location) |
|
Sql |
withProperties(SqlServerInstanceProperties properties)
Set the properties property: null. |
|
Sql |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
SqlServerInstanceInner
public SqlServerInstanceInner()
Creates an instance of SqlServerInstanceInner class.
Method Details
fromJson
public static SqlServerInstanceInner fromJson(JsonReader jsonReader)
Reads an instance of SqlServerInstanceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SqlServerInstanceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SqlServerInstanceInner.name()Returns:
properties
public SqlServerInstanceProperties properties()
Get the properties property: null.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlServerInstanceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SqlServerInstanceInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public SqlServerInstanceInner withLocation(String location)
Overrides:
SqlServerInstanceInner.withLocation(String location)Parameters:
withProperties
public SqlServerInstanceInner withProperties(SqlServerInstanceProperties properties)
Set the properties property: null.
Parameters:
Returns:
withTags
public SqlServerInstanceInner withTags(Map<String,String> tags)
Overrides:
SqlServerInstanceInner.withTags(Map<String,String> tags)Parameters: