public class PrivateLinkServiceConnection
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
PrivateLinkServiceConnection() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<String> |
groupIds()
Get the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint
should connect to.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of read-only information about the state of the
connection to the remote resource.
|
String |
privateLinkServiceId()
Get the privateLinkServiceId property: The resource id of private link service.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the private link service connection resource.
|
String |
requestMessage()
Get the requestMessage property: A message passed to the owner of the remote resource with this connection
request.
|
String |
type()
Get the type property: The resource type.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceConnection |
withGroupIds(List<String> groupIds)
Set the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint
should connect to.
|
PrivateLinkServiceConnection |
withId(String id) |
PrivateLinkServiceConnection |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnection |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the
connection to the remote resource.
|
PrivateLinkServiceConnection |
withPrivateLinkServiceId(String privateLinkServiceId)
Set the privateLinkServiceId property: The resource id of private link service.
|
PrivateLinkServiceConnection |
withRequestMessage(String requestMessage)
Set the requestMessage property: A message passed to the owner of the remote resource with this connection
request.
|
public String name()
public PrivateLinkServiceConnection withName(String name)
name - the name value to set.public String type()
public String etag()
public ProvisioningState provisioningState()
public String privateLinkServiceId()
public PrivateLinkServiceConnection withPrivateLinkServiceId(String privateLinkServiceId)
privateLinkServiceId - the privateLinkServiceId value to set.public List<String> groupIds()
public PrivateLinkServiceConnection withGroupIds(List<String> groupIds)
groupIds - the groupIds value to set.public String requestMessage()
public PrivateLinkServiceConnection withRequestMessage(String requestMessage)
requestMessage - the requestMessage value to set.public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateLinkServiceConnection withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public PrivateLinkServiceConnection withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.