PrivateEndpointsDelete interface
方法
| delete(Private |
删除指定的专用终结点。 |
| get(Private |
按资源组获取指定的专用终结点。 |
| put(Private |
在指定的资源组中创建或更新专用终结点。 |
方法详细信息
delete(PrivateEndpointsDeleteParameters)
删除指定的专用终结点。
function delete(options: PrivateEndpointsDeleteParameters): StreamableMethod<PrivateEndpointsDelete200Response | PrivateEndpointsDelete202Response | PrivateEndpointsDelete204Response | PrivateEndpointsDeleteDefaultResponse>
参数
- options
- PrivateEndpointsDeleteParameters
返回
get(PrivateEndpointsGetParameters)
按资源组获取指定的专用终结点。
function get(options: PrivateEndpointsGetParameters): StreamableMethod<PrivateEndpointsGet200Response | PrivateEndpointsGetDefaultResponse>
参数
- options
- PrivateEndpointsGetParameters
返回
put(PrivateEndpointsCreateOrUpdateParameters)
在指定的资源组中创建或更新专用终结点。
function put(options: PrivateEndpointsCreateOrUpdateParameters): StreamableMethod<PrivateEndpointsCreateOrUpdate200Response | PrivateEndpointsCreateOrUpdate201Response | PrivateEndpointsCreateOrUpdateDefaultResponse>