GetPrivateDnsZoneSuffixResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response of get private dns zone suffix.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.GetPrivateDnsZoneSuffixResponseTypeConverter))]
public class GetPrivateDnsZoneSuffixResponse : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IGetPrivateDnsZoneSuffixResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.GetPrivateDnsZoneSuffixResponseTypeConverter))>]
type GetPrivateDnsZoneSuffixResponse = class
interface IGetPrivateDnsZoneSuffixResponse
interface IJsonSerializable
Public Class GetPrivateDnsZoneSuffixResponse
Implements IGetPrivateDnsZoneSuffixResponse
- Inheritance
-
GetPrivateDnsZoneSuffixResponse
- Attributes
- Implements
Constructors
GetPrivateDnsZoneSuffixResponse() |
Creates an new GetPrivateDnsZoneSuffixResponse instance. |
Properties
PrivateDnsZoneSuffix |
Represents the private DNS zone suffix. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetPrivateDnsZoneSuffixResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetPrivateDnsZoneSuffixResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IGetPrivateDnsZoneSuffixResponse. |
FromJsonString(String) |
Creates a new instance of GetPrivateDnsZoneSuffixResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetPrivateDnsZoneSuffixResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |