AttachedNetworksOperations interface
Bir Eklenmiş Ağ işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Ekli bir NetworkConnection oluşturur veya güncelleştirir. |
| delete | Ağ Bağlantısı'nın bağlantısını kaldırın. |
| get |
Ekli bir NetworkConnection alır. |
| get |
Ekli bir NetworkConnection alır. |
| list |
Bir DevCenter için ekli NetworkConnections'ları listeler. |
| list |
bir Project için ekli NetworkConnections'ları listeler. |
Özellik Ayrıntıları
beginCreateOrUpdate
Uyarı
Bu API artık kullanım dışıdır.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>
beginCreateOrUpdateAndWait
Uyarı
Bu API artık kullanım dışıdır.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => Promise<AttachedNetworkConnection>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => Promise<AttachedNetworkConnection>
beginDelete
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDelete: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => Promise<void>
createOrUpdate
Ekli bir NetworkConnection oluşturur veya güncelleştirir.
createOrUpdate: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>
delete
Ağ Bağlantısı'nın bağlantısını kaldırın.
delete: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams) => PollerLike<OperationState<void>, void>
getByDevCenter
Ekli bir NetworkConnection alır.
getByDevCenter: (resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams) => Promise<AttachedNetworkConnection>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams) => Promise<AttachedNetworkConnection>
getByProject
Ekli bir NetworkConnection alır.
getByProject: (resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams) => Promise<AttachedNetworkConnection>
Özellik Değeri
(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams) => Promise<AttachedNetworkConnection>
listByDevCenter
Bir DevCenter için ekli NetworkConnections'ları listeler.
listByDevCenter: (resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams) => PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
Özellik Değeri
(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams) => PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
listByProject
bir Project için ekli NetworkConnections'ları listeler.
listByProject: (resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams) => PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>
Özellik Değeri
(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams) => PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>