PrivateEndpointConnectionsGet interface
Yöntemler
| delete(Request |
Özel uç nokta bağlantısını siler. |
| get(Request |
Özel kümeler hakkında daha fazla bilgi edinmek için bkz. https://docs.microsoft.com/azure/aks/private-clusters |
| put(Private |
Özel uç nokta bağlantısını güncelleştirir. |
Yöntem Ayrıntıları
delete(RequestParameters)
Özel uç nokta bağlantısını siler.
function delete(options?: RequestParameters): StreamableMethod<PrivateEndpointConnectionsDelete200Response | PrivateEndpointConnectionsDelete204Response | PrivateEndpointConnectionsDeleteDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
get(RequestParameters)
Özel kümeler hakkında daha fazla bilgi edinmek için bkz. https://docs.microsoft.com/azure/aks/private-clusters
function get(options?: RequestParameters): StreamableMethod<PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
put(PrivateEndpointConnectionsUpdateParameters)
Özel uç nokta bağlantısını güncelleştirir.
function put(options: PrivateEndpointConnectionsUpdateParameters): StreamableMethod<PrivateEndpointConnectionsUpdate200Response | PrivateEndpointConnectionsUpdateDefaultResponse>