ManagedServerDnsAliasInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedServerDnsAliasInner
- com.
- com.
public final class ManagedServerDnsAliasInner
extends ProxyResource
A managed server DNS alias.
Constructor Summary
Constructor | Description |
---|---|
ManagedServerDnsAliasInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
azureDnsRecord()
Get the azure |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
publicAzureDnsRecord()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedServerDnsAliasInner
public ManagedServerDnsAliasInner()
Creates an instance of ManagedServerDnsAliasInner class.
Method Details
azureDnsRecord
public String azureDnsRecord()
Get the azureDnsRecord property: The fully qualified DNS record for managed server alias.
Returns:
fromJson
public static ManagedServerDnsAliasInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedServerDnsAliasInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedServerDnsAliasInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedServerDnsAliasInner.name()Returns:
publicAzureDnsRecord
public String publicAzureDnsRecord()
Get the publicAzureDnsRecord property: The fully qualified public DNS record for managed server alias.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedServerDnsAliasInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedServerDnsAliasInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java