PrivateEndpointConnectionProxies interface
Interface representing a PrivateEndpointConnectionProxies.
Methods
begin |
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account. |
begin |
(INTERNAL - DO NOT USE) Creates or updates the specified private endpoint connection proxy resource associated with the device update account. |
begin |
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account. |
begin |
(INTERNAL - DO NOT USE) Deletes the specified private endpoint connection proxy associated with the device update account. |
get(string, string, string, Private |
(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account. |
list |
(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account. |
update |
(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object. |
validate(string, string, string, Private |
(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.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>
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.
The options parameters.
Returns
Promise<PrivateEndpointConnectionProxy>
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.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.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.
The options parameters.
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.
The options parameters.
Returns
Promise<PrivateEndpointConnectionProxy>
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.
The options parameters.
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.
The options parameters.
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.
The options parameters.
Returns
Promise<void>