PrivateEndpointIPConfiguration 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.
An IP Configuration of the private endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationTypeConverter))]
public class PrivateEndpointIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationTypeConverter))>]
type PrivateEndpointIPConfiguration = class
interface IPrivateEndpointIPConfiguration
interface IJsonSerializable
Public Class PrivateEndpointIPConfiguration
Implements IPrivateEndpointIPConfiguration
- Inheritance
-
PrivateEndpointIPConfiguration
- Attributes
- Implements
Constructors
PrivateEndpointIPConfiguration() |
Creates an new PrivateEndpointIPConfiguration instance. |
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
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. |
Name |
The name of the resource that is unique within a resource group. |
PrivateIPAddress |
A private ip address obtained from the private endpoint's subnet. |
Type |
The resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointIPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointIPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointIPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointIPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |