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