PrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. machinelearningservices. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
- com.
public class PrivateEndpointConnectionInner
extends Resource
The Private Endpoint Connection resource.
Constructor Summary
Constructor | Description | |
---|---|---|
PrivateEndpointConnectionInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Identity |
identity()
Get the identity property: The identity of the resource. |
Private |
privateEndpoint()
Get the private |
Private |
privateLinkServiceConnectionState()
Get the private |
Private |
provisioningState()
Get the provisioning |
Sku |
sku()
Get the sku property: The sku of the workspace. |
System |
systemData()
Get the system |
void |
validate()
Validates the instance. |
Private |
withIdentity(Identity identity)
Set the identity property: The identity of the resource. |
Private |
withLocation(String location) |
Private |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the private |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Private |
withSku(Sku sku)
Set the sku property: The sku of the workspace. |
Private |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
Method Details
identity
public Identity identity()
Get the identity property: The identity of the resource.
Returns:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Returns:
provisioningState
public PrivateEndpointConnectionProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint connection resource.
Returns:
sku
public Sku sku()
Get the sku property: The sku of the workspace.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
validate
public void validate()
Validates the instance.
withIdentity
public PrivateEndpointConnectionInner withIdentity(Identity identity)
Set the identity property: The identity of the resource.
Parameters:
Returns:
withLocation
public PrivateEndpointConnectionInner withLocation(String location)
Overrides:
PrivateEndpointConnectionInner.withLocation(String location)Parameters:
withPrivateEndpoint
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private end point.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Parameters:
Returns:
withSku
public PrivateEndpointConnectionInner withSku(Sku sku)
Set the sku property: The sku of the workspace.
Parameters:
Returns:
withTags
public PrivateEndpointConnectionInner withTags(Map
Overrides:
PrivateEndpointConnectionInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java