InboundEndpointProperties 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.
Represents the properties of an inbound endpoint for a DNS resolver.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.InboundEndpointPropertiesTypeConverter))]
public class InboundEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpointProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.InboundEndpointPropertiesTypeConverter))>]
type InboundEndpointProperties = class
interface IInboundEndpointProperties
interface IJsonSerializable
Public Class InboundEndpointProperties
Implements IInboundEndpointProperties
- Inheritance
-
InboundEndpointProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InboundEndpointProperties() |
Creates an new InboundEndpointProperties instance. |
Properties
| Name | Description |
|---|---|
| IPConfiguration |
IP configurations for the inbound endpoint. |
| ProvisioningState |
The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored. |
| ResourceGuid |
The resourceGuid property of the inbound endpoint resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InboundEndpointProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InboundEndpointProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpointProperties. |
| FromJsonString(String) |
Creates a new instance of InboundEndpointProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InboundEndpointProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |