PrivateEndpointConnectionProxiesClient Interface
public interface PrivateEndpointConnectionProxiesClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionProxiesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionProxyInner>,PrivateEndpointConnectionProxyInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy)
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionProxyInner>,PrivateEndpointConnectionProxyInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy, Context context)
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId)
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, Context context)
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionProxyInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy)
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionProxyInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy, Context context)
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId)
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, Context context)
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.
Parameters:
get
public abstract PrivateEndpointConnectionProxyInner get(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId)
(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionProxyInner> getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, Context context)
(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionProxyInner> listByAccount(String resourceGroupName, String accountName)
(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionProxyInner> listByAccount(String resourceGroupName, String accountName, Context context)
(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.
Parameters:
Returns:
updatePrivateEndpointProperties
public abstract void updatePrivateEndpointProperties(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointUpdate privateEndpointUpdate)
(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.
Parameters:
updatePrivateEndpointPropertiesWithResponse
public abstract Response<Void> updatePrivateEndpointPropertiesWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointUpdate privateEndpointUpdate, Context context)
(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.
Parameters:
Returns:
validate
public abstract void validate(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy)
(INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.
Parameters:
validateWithResponse
public abstract Response<Void> validateWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionProxyId, PrivateEndpointConnectionProxyInner privateEndpointConnectionProxy, Context context)
(INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.
Parameters:
Returns: