PrivateEndpointConnection Interface
public interface PrivateEndpointConnection
An immutable client-side representation of PrivateEndpointConnection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
abstract
Private |
innerModel()
Gets the inner com. |
abstract String |
name()
Gets the name property: The name of the resource. |
abstract
Private |
properties()
Gets the properties property: The properties of a private endpoint connection. |
abstract
Private |
refresh()
Refreshes the resource to sync with Azure. |
abstract
Private |
refresh(Context context)
Refreshes the resource to sync with Azure. |
abstract String |
type()
Gets the type property: The type of the resource. |
abstract Update |
update()
Begins update for the Private |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract PrivateEndpointConnectionInner innerModel()
Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.PrivateEndpointConnectionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract PrivateEndpointConnectionProperties properties()
Gets the properties property: The properties of a private endpoint connection.
Returns:
refresh
public abstract PrivateEndpointConnection refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract PrivateEndpointConnection refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract PrivateEndpointConnection.Update update()
Begins update for the PrivateEndpointConnection resource.
Returns:
Applies to
Azure SDK for Java