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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointIPConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointIPConfiguration = class
Public Class PrivateEndpointIPConfiguration
- Inheritance
-
PrivateEndpointIPConfiguration
- Attributes
Constructors
PrivateEndpointIPConfiguration() |
Initializes a new instance of the PrivateEndpointIPConfiguration class. |
PrivateEndpointIPConfiguration(String, String, String, String, String, String) |
Initializes a new instance of the PrivateEndpointIPConfiguration class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
GroupId |
Gets or sets the ID of a group obtained from the remote resource that this private endpoint should connect to. |
MemberName |
Gets or sets the member name of a group obtained from the remote resource that this private endpoint should connect to. |
Name |
Gets or sets the name of the resource that is unique within a resource group. |
PrivateIPAddress |
Gets or sets a private ip address obtained from the private endpoint's subnet. |
Type |
Gets the resource type. |
Applies to
Azure SDK for .NET