ManagedNetworkSettingsOperations interface

Yönetilen Ağ Ayarları işlemlerini temsil eden arayüz.

Özellikler

beginPatch
beginPatchAndWait
beginPut
beginPutAndWait
get

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için API edinin.

list

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için API'yi listeleyin.

patch

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için düzeltme eki API'si.

put

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için PUT API'si.

Özellik Ayrıntıları

beginPatch

Uyarı

Bu API artık kullanım dışıdır.

use patch instead

beginPatch: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>>

beginPatchAndWait

Uyarı

Bu API artık kullanım dışıdır.

use patch instead

beginPatchAndWait: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

beginPut

Uyarı

Bu API artık kullanım dışıdır.

use put instead

beginPut: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>>

beginPutAndWait

Uyarı

Bu API artık kullanım dışıdır.

use put instead

beginPutAndWait: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

get

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için API edinin.

get: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsGetOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsGetOptionalParams) => Promise<ManagedNetworkSettingsPropertiesBasicResource>

list

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için API'yi listeleyin.

list: (resourceGroupName: string, workspaceName: string, options?: ManagedNetworkSettingsListOptionalParams) => PagedAsyncIterableIterator<ManagedNetworkSettingsPropertiesBasicResource, ManagedNetworkSettingsPropertiesBasicResource[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, options?: ManagedNetworkSettingsListOptionalParams) => PagedAsyncIterableIterator<ManagedNetworkSettingsPropertiesBasicResource, ManagedNetworkSettingsPropertiesBasicResource[], PageSettings>

patch

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için düzeltme eki API'si.

patch: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => PollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, options?: ManagedNetworkSettingsPatchOptionalParams) => PollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>

put

Makine öğrenmesi çalışma alanının yönetilen ağ ayarları için PUT API'si.

put: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => PollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsPropertiesBasicResource, options?: ManagedNetworkSettingsPutOptionalParams) => PollerLike<OperationState<ManagedNetworkSettingsPropertiesBasicResource>, ManagedNetworkSettingsPropertiesBasicResource>