PrivateEndpointConnection interface
PrivateEndpointConnection'i temsil eden arabirim.
Yöntemler
| create |
Özel uç nokta bağlantısını onaylar veya reddeder |
| delete(string, string, string, Private |
Özel uç nokta bağlantısını siler |
| get(string, string, string, Private |
Özel uç nokta bağlantısı alır |
Yöntem Ayrıntıları
createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)
Özel uç nokta bağlantısını onaylar veya reddeder
function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- factoryName
-
string
Fabrika adı.
- privateEndpointConnectionName
-
string
Özel uç nokta bağlantı adı.
- privateEndpointWrapper
- PrivateLinkConnectionApprovalRequestResource
Özel Uç Nokta Bağlantı Onayı ARM kaynağı.
Seçenekler parametreleri.
Döndürülenler
Promise<PrivateEndpointConnectionResource>
delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Özel uç nokta bağlantısını siler
function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- factoryName
-
string
Fabrika adı.
- privateEndpointConnectionName
-
string
Özel uç nokta bağlantı adı.
Seçenekler parametreleri.
Döndürülenler
Promise<void>
get(string, string, string, PrivateEndpointConnectionGetOptionalParams)
Özel uç nokta bağlantısı alır
function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- factoryName
-
string
Fabrika adı.
- privateEndpointConnectionName
-
string
Özel uç nokta bağlantı adı.
Seçenekler parametreleri.
Döndürülenler
Promise<PrivateEndpointConnectionResource>