ScopeConnectionsCreateOrUpdate interface
Yöntemler
| delete(Scope |
Bu ağ yöneticisi tarafından oluşturulan bekleyen kapsam bağlantısını silin. |
| get(Scope |
Bu Ağ Yöneticisi tarafından oluşturulan belirtilen kapsam bağlantısını alın. |
| put(Scope |
Ağ Yöneticisi'nden kapsam bağlantısı oluşturur veya güncelleştirir |
Yöntem Ayrıntıları
delete(ScopeConnectionsDeleteParameters)
Bu ağ yöneticisi tarafından oluşturulan bekleyen kapsam bağlantısını silin.
function delete(options: ScopeConnectionsDeleteParameters): StreamableMethod<ScopeConnectionsDelete200Response | ScopeConnectionsDelete204Response | ScopeConnectionsDeleteDefaultResponse>
Parametreler
- options
- ScopeConnectionsDeleteParameters
Döndürülenler
get(ScopeConnectionsGetParameters)
Bu Ağ Yöneticisi tarafından oluşturulan belirtilen kapsam bağlantısını alın.
function get(options: ScopeConnectionsGetParameters): StreamableMethod<ScopeConnectionsGet200Response | ScopeConnectionsGetDefaultResponse>
Parametreler
- options
- ScopeConnectionsGetParameters
Döndürülenler
put(ScopeConnectionsCreateOrUpdateParameters)
Ağ Yöneticisi'nden kapsam bağlantısı oluşturur veya güncelleştirir
function put(options: ScopeConnectionsCreateOrUpdateParameters): StreamableMethod<ScopeConnectionsCreateOrUpdate200Response | ScopeConnectionsCreateOrUpdate201Response | ScopeConnectionsCreateOrUpdateDefaultResponse>