PrivateEndpointConnectionProxies interface

Interface representing a PrivateEndpointConnectionProxies.

Methods

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account.

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.

Method Details

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

The parameters for creating a private endpoint connection proxy.

Returns

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account.

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionProxy>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

The parameters for creating a private endpoint connection proxy.

Returns

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

Returns

Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

Returns

Promise<void>

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account.

function get(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesGetOptionalParams): Promise<PrivateEndpointConnectionProxy>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

options
PrivateEndpointConnectionProxiesGetOptionalParams

The options parameters.

Returns

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionProxiesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxy[], PageSettings>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

Returns

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.

function updatePrivateEndpointProperties(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointUpdate: PrivateEndpointUpdate, options?: PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

privateEndpointUpdate
PrivateEndpointUpdate

The parameters for updating a private endpoint connection proxy.

Returns

Promise<void>

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(INTERNAL - DO NOT USE) Validates a private endpoint connection proxy object.

function validate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesValidateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

Account name.

privateEndpointConnectionProxyId

string

The ID of the private endpoint connection proxy object.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

The parameters for creating a private endpoint connection proxy.

Returns

Promise<void>