Class ManagedPrivateEndpoint
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedPrivateEndpoint
Properties of a managed private endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedPrivateEndpoint class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Properties of a managed private endpoint.Get the connectionState property: The managed private endpoint connection state.fqdns()
Get the fqdns property: Fully qualified domain names.groupId()
Get the groupId property: The groupId to which the managed private endpoint is created.Get the isReserved property: Denotes whether the managed private endpoint is reserved.Get the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.Get the provisioningState property: The managed private endpoint provisioning state.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of a managed private endpoint.withConnectionState
(ConnectionStateProperties connectionState) Set the connectionState property: The managed private endpoint connection state.Set the fqdns property: Fully qualified domain names.withGroupId
(String groupId) Set the groupId property: The groupId to which the managed private endpoint is created.withPrivateLinkResourceId
(String privateLinkResourceId) Set the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.
-
Constructor Details
-
ManagedPrivateEndpoint
public ManagedPrivateEndpoint()Creates an instance of ManagedPrivateEndpoint class.
-
-
Method Details
-
connectionState
Get the connectionState property: The managed private endpoint connection state.- Returns:
- the connectionState value.
-
withConnectionState
Set the connectionState property: The managed private endpoint connection state.- Parameters:
connectionState
- the connectionState value to set.- Returns:
- the ManagedPrivateEndpoint object itself.
-
fqdns
Get the fqdns property: Fully qualified domain names.- Returns:
- the fqdns value.
-
withFqdns
Set the fqdns property: Fully qualified domain names.- Parameters:
fqdns
- the fqdns value to set.- Returns:
- the ManagedPrivateEndpoint object itself.
-
groupId
Get the groupId property: The groupId to which the managed private endpoint is created.- Returns:
- the groupId value.
-
withGroupId
Set the groupId property: The groupId to which the managed private endpoint is created.- Parameters:
groupId
- the groupId value to set.- Returns:
- the ManagedPrivateEndpoint object itself.
-
isReserved
Get the isReserved property: Denotes whether the managed private endpoint is reserved.- Returns:
- the isReserved value.
-
privateLinkResourceId
Get the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.- Returns:
- the privateLinkResourceId value.
-
withPrivateLinkResourceId
Set the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.- Parameters:
privateLinkResourceId
- the privateLinkResourceId value to set.- Returns:
- the ManagedPrivateEndpoint object itself.
-
provisioningState
Get the provisioningState property: The managed private endpoint provisioning state.- Returns:
- the provisioningState value.
-
additionalProperties
Get the additionalProperties property: Properties of a managed private endpoint.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Properties of a managed private endpoint.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ManagedPrivateEndpoint object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-