PrivateEndpointIpConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. PrivateEndpointIpConfiguration
- com.
Implements
public final class PrivateEndpointIpConfiguration
implements JsonSerializable<PrivateEndpointIpConfiguration>
An IP Configuration of the private endpoint.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointIpConfiguration() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
groupId()
Get the group |
String |
memberName()
Get the member |
String |
name()
Get the name property: The name of the resource that is unique within a resource group. |
String |
privateIpAddress()
Get the private |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The resource type. |
void |
validate()
Validates the instance. |
Private |
withGroupId(String groupId)
Set the group |
Private |
withMemberName(String memberName)
Set the member |
Private |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group. |
Private |
withPrivateIpAddress(String privateIpAddress)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointIpConfiguration
public PrivateEndpointIpConfiguration()
Creates an instance of PrivateEndpointIpConfiguration class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static PrivateEndpointIpConfiguration fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointIpConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The ID of a group obtained from the remote resource that this private endpoint should connect to.
Returns:
memberName
public String memberName()
Get the memberName property: The member name of a group obtained from the remote resource that this private endpoint should connect to.
Returns:
name
public String name()
Get the name property: The name of the resource that is unique within a resource group.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: A private ip address obtained from the private endpoint's subnet.
Returns:
toJson
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withGroupId
public PrivateEndpointIpConfiguration withGroupId(String groupId)
Set the groupId property: The ID of a group obtained from the remote resource that this private endpoint should connect to.
Parameters:
Returns:
withMemberName
public PrivateEndpointIpConfiguration withMemberName(String memberName)
Set the memberName property: The member name of a group obtained from the remote resource that this private endpoint should connect to.
Parameters:
Returns:
withName
public PrivateEndpointIpConfiguration withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
Parameters:
Returns:
withPrivateIpAddress
public PrivateEndpointIpConfiguration withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: A private ip address obtained from the private endpoint's subnet.
Parameters:
Returns:
Applies to
Azure SDK for Java