PrivateEndpointIPConfigurationProperties 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.
Properties of an IP Configuration of the private endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationPropertiesTypeConverter))]
public class PrivateEndpointIPConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationPropertiesTypeConverter))>]
type PrivateEndpointIPConfigurationProperties = class
interface IPrivateEndpointIPConfigurationProperties
interface IJsonSerializable
Public Class PrivateEndpointIPConfigurationProperties
Implements IPrivateEndpointIPConfigurationProperties
- Inheritance
-
PrivateEndpointIPConfigurationProperties
- Attributes
- Implements
Constructors
PrivateEndpointIPConfigurationProperties() |
Creates an new PrivateEndpointIPConfigurationProperties instance. |
Properties
GroupId |
The ID of a group obtained from the remote resource that this private endpoint should connect to. |
MemberName |
The member name of a group obtained from the remote resource that this private endpoint should connect to. |
PrivateIPAddress |
A private ip address obtained from the private endpoint's subnet. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointIPConfigurationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointIPConfigurationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfigurationProperties. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointIPConfigurationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointIPConfigurationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |