PrivateEndpointsDelete interface
Methods
| delete(Private |
Deletes the specified private endpoint. |
| get(Private |
Gets the specified private endpoint by resource group. |
| put(Private |
Creates or updates an private endpoint in the specified resource group. |
Method Details
delete(PrivateEndpointsDeleteParameters)
Deletes the specified private endpoint.
function delete(options: PrivateEndpointsDeleteParameters): StreamableMethod<PrivateEndpointsDelete200Response | PrivateEndpointsDelete202Response | PrivateEndpointsDelete204Response | PrivateEndpointsDeleteDefaultResponse>
Parameters
- options
- PrivateEndpointsDeleteParameters
Returns
get(PrivateEndpointsGetParameters)
Gets the specified private endpoint by resource group.
function get(options: PrivateEndpointsGetParameters): StreamableMethod<PrivateEndpointsGet200Response | PrivateEndpointsGetDefaultResponse>
Parameters
- options
- PrivateEndpointsGetParameters
Returns
put(PrivateEndpointsCreateOrUpdateParameters)
Creates or updates an private endpoint in the specified resource group.
function put(options: PrivateEndpointsCreateOrUpdateParameters): StreamableMethod<PrivateEndpointsCreateOrUpdate200Response | PrivateEndpointsCreateOrUpdate201Response | PrivateEndpointsCreateOrUpdateDefaultResponse>