ManagedPrivateEndpointProperties Class
- java.
lang. Object - com.
azure. analytics. synapse. managedprivateendpoints. models. ManagedPrivateEndpointProperties
- com.
public final class ManagedPrivateEndpointProperties
Properties of a managed private endpoint.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ManagedPrivateEndpointProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Managed |
getConnectionState()
Get the connection |
| List<String> |
getFqdns()
Get the fqdns property: List of fully qualified domain names. |
| String |
getGroupId()
Get the group |
| String |
getName()
Get the name property: The name of managed private endpoint. |
| String |
getPrivateLinkResourceId()
Get the private |
| String |
getProvisioningState()
Get the provisioning |
| Boolean |
isCompliant()
Get the is |
| Boolean |
isReserved()
Get the is |
|
Managed |
setConnectionState(ManagedPrivateEndpointConnectionState connectionState)
Set the connection |
|
Managed |
setFqdns(List<String> fqdns)
Set the fqdns property: List of fully qualified domain names. |
|
Managed |
setGroupId(String groupId)
Set the group |
|
Managed |
setIsCompliant(Boolean isCompliant)
Set the is |
|
Managed |
setName(String name)
Set the name property: The name of managed private endpoint. |
|
Managed |
setPrivateLinkResourceId(String privateLinkResourceId)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
ManagedPrivateEndpointProperties
public ManagedPrivateEndpointProperties()
Method Details
getConnectionState
public ManagedPrivateEndpointConnectionState getConnectionState()
Get the connectionState property: The managed private endpoint connection state.
Returns:
getFqdns
public List<String> getFqdns()
Get the fqdns property: List of fully qualified domain names.
Returns:
getGroupId
public String getGroupId()
Get the groupId property: The groupId to which the managed private endpoint is created.
Returns:
getName
public String getName()
Get the name property: The name of managed private endpoint.
Returns:
getPrivateLinkResourceId
public String getPrivateLinkResourceId()
Get the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.
Returns:
getProvisioningState
public String getProvisioningState()
Get the provisioningState property: The managed private endpoint provisioning state.
Returns:
isCompliant
public Boolean isCompliant()
Get the isCompliant property: Denotes whether the managed private endpoint is compliant.
Returns:
isReserved
public Boolean isReserved()
Get the isReserved property: Denotes whether the managed private endpoint is reserved.
Returns:
setConnectionState
public ManagedPrivateEndpointProperties setConnectionState(ManagedPrivateEndpointConnectionState connectionState)
Set the connectionState property: The managed private endpoint connection state.
Parameters:
Returns:
setFqdns
public ManagedPrivateEndpointProperties setFqdns(List<String> fqdns)
Set the fqdns property: List of fully qualified domain names.
Parameters:
Returns:
setGroupId
public ManagedPrivateEndpointProperties setGroupId(String groupId)
Set the groupId property: The groupId to which the managed private endpoint is created.
Parameters:
Returns:
setIsCompliant
public ManagedPrivateEndpointProperties setIsCompliant(Boolean isCompliant)
Set the isCompliant property: Denotes whether the managed private endpoint is compliant.
Parameters:
Returns:
setName
public ManagedPrivateEndpointProperties setName(String name)
Set the name property: The name of managed private endpoint.
Parameters:
Returns:
setPrivateLinkResourceId
public ManagedPrivateEndpointProperties setPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.
Parameters:
Returns: