Class PrivateEndpointConnectionResourceInner
- java.lang.Object
-
- com.azure.core.management.SubResource
-
- com.azure.resourcemanager.datafactory.fluent.models.PrivateEndpointConnectionResourceInner
-
public final class PrivateEndpointConnectionResourceInner extends com.azure.core.management.SubResource
Private Endpoint Connection ARM resource.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
etag()
Get the etag property: Etag identifies change in the resource.String
name()
Get the name property: The resource name.RemotePrivateEndpointConnection
properties()
Get the properties property: Core resource properties.String
type()
Get the type property: The resource type.void
validate()
Validates the instance.PrivateEndpointConnectionResourceInner
withId(String id)
PrivateEndpointConnectionResourceInner
withProperties(RemotePrivateEndpointConnection properties)
Set the properties property: Core resource properties.
-
-
-
Method Detail
-
properties
public RemotePrivateEndpointConnection properties()
Get the properties property: Core resource properties.- Returns:
- the properties value.
-
withProperties
public PrivateEndpointConnectionResourceInner withProperties(RemotePrivateEndpointConnection properties)
Set the properties property: Core resource properties.- Parameters:
properties
- the properties value to set.- Returns:
- the PrivateEndpointConnectionResourceInner object itself.
-
name
public String name()
Get the name property: The resource name.- Returns:
- the name value.
-
type
public String type()
Get the type property: The resource type.- Returns:
- the type value.
-
etag
public String etag()
Get the etag property: Etag identifies change in the resource.- Returns:
- the etag value.
-
withId
public PrivateEndpointConnectionResourceInner withId(String id)
- Overrides:
withId
in classcom.azure.core.management.SubResource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-