PrivateEndpointsOperations interface
Interface representing a PrivateEndpoints operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates an private endpoint in the specified resource group. |
| delete | Deletes the specified private endpoint. |
| get | Gets the specified private endpoint by resource group. |
| list | Gets all private endpoints in a resource group. |
| list |
Gets all private endpoints in a subscription. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpoint>, PrivateEndpoint>>
Property Value
(resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpoint>, PrivateEndpoint>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => Promise<PrivateEndpoint>
Property Value
(resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => Promise<PrivateEndpoint>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates an private endpoint in the specified resource group.
createOrUpdate: (resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpoint>, PrivateEndpoint>
Property Value
(resourceGroupName: string, privateEndpointName: string, parameters: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpoint>, PrivateEndpoint>
delete
Deletes the specified private endpoint.
delete: (resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified private endpoint by resource group.
get: (resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams) => Promise<PrivateEndpoint>
Property Value
(resourceGroupName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams) => Promise<PrivateEndpoint>
list
Gets all private endpoints in a resource group.
list: (resourceGroupName: string, options?: PrivateEndpointsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpoint, PrivateEndpoint[], PageSettings>
Property Value
(resourceGroupName: string, options?: PrivateEndpointsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpoint, PrivateEndpoint[], PageSettings>
listBySubscription
Gets all private endpoints in a subscription.
listBySubscription: (options?: PrivateEndpointsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PrivateEndpoint, PrivateEndpoint[], PageSettings>
Property Value
(options?: PrivateEndpointsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PrivateEndpoint, PrivateEndpoint[], PageSettings>