OutboundRulesOperations interface
Interface representando uma operação OutRules.
Propriedades
| begin |
|
| post | A API POST para atualizar as regras de saída da rede gerenciada associada ao workspace de aprendizado de máquina. |
Detalhes da propriedade
beginListPostAndWait
Aviso
Essa API foi preterida.
use post instead
beginListPostAndWait: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsBasicResource, options?: OutboundRulesPostOptionalParams) => PagedAsyncIterableIterator<OutboundRuleBasicResource, OutboundRuleBasicResource[], PageSettings>
Valor da propriedade
(resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsBasicResource, options?: OutboundRulesPostOptionalParams) => PagedAsyncIterableIterator<OutboundRuleBasicResource, OutboundRuleBasicResource[], PageSettings>
post
A API POST para atualizar as regras de saída da rede gerenciada associada ao workspace de aprendizado de máquina.
post: (resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsBasicResource, options?: OutboundRulesPostOptionalParams) => PagedAsyncIterableIterator<OutboundRuleBasicResource, OutboundRuleBasicResource[], PageSettings>
Valor da propriedade
(resourceGroupName: string, workspaceName: string, managedNetworkName: string, body: ManagedNetworkSettingsBasicResource, options?: OutboundRulesPostOptionalParams) => PagedAsyncIterableIterator<OutboundRuleBasicResource, OutboundRuleBasicResource[], PageSettings>