ConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. digitaltwins. models. ConnectionProperties
- com.
Implements
public final class ConnectionProperties
implements JsonSerializable<ConnectionProperties>
The properties of a private endpoint connection.
Constructor | Description |
---|---|
Connection |
Creates an instance of Connection |
Modifier and Type | Method and Description |
---|---|
static
Connection |
from Reads an instance of Connection |
List<String> |
group Get the group |
Private |
private Get the private |
Connection |
private Get the private |
Connection |
provisioning Get the provisioning |
Json |
to |
void |
validate()
Validates the instance. |
Connection |
with Set the group |
Connection |
with Set the private |
Connection |
with Set the private |
Methods inherited from java.lang.Object
ConnectionProperties
public ConnectionProperties()
Creates an instance of ConnectionProperties class.
fromJson
public static ConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of ConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupIds
public List
Get the groupIds property: The list of group ids for the private endpoint connection.
Returns:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint property: The private endpoint.
Returns:
privateLinkServiceConnectionState
public ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The connection state.
Returns:
provisioningState
public ConnectionPropertiesProvisioningState provisioningState()
Get the provisioningState property: The provisioning state.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGroupIds
public ConnectionProperties withGroupIds(List
Set the groupIds property: The list of group ids for the private endpoint connection.
Parameters:
Returns:
withPrivateEndpoint
public ConnectionProperties withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The private endpoint.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public ConnectionProperties withPrivateLinkServiceConnectionState(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The connection state.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: