WorkspaceOutboundRuleOperations Clase
WorkspaceOutboundRuleOperations.
No debe crear una instancia de esta clase directamente. En su lugar, debe crear una instancia de MLClient que le cree instancias y la adjunte como un atributo.
- Herencia
-
builtins.objectWorkspaceOutboundRuleOperations
Constructor
WorkspaceOutboundRuleOperations(operation_scope: OperationScope, service_client: AzureMachineLearningWorkspaces, all_operations: OperationsContainer, credentials: TokenCredential = None, **kwargs: Dict)
Parámetros
- operation_scope
- service_client
- all_operations
- credentials
Métodos
begin_create |
Cree un área de trabajo OutboundRule. |
begin_remove |
Quite un área de trabajo OutboundRule. |
begin_update |
Actualice un outboundRule del área de trabajo. |
get |
Obtenga un área de trabajo OutboundRule por nombre. |
list |
Enumerar outboundRules del área de trabajo. |
begin_create
Cree un área de trabajo OutboundRule.
begin_create(workspace_name: str, rule: OutboundRule, **kwargs) -> LROPoller[OutboundRule]
Parámetros
- rule
- OutboundRule
Definición de OutboundRule (FqdnDestination, PrivateEndpointDestination o ServiceTagDestination).
Devoluciones
Instancia de LROPoller que devuelve un outboundRule.
Tipo de valor devuelto
begin_remove
Quite un área de trabajo OutboundRule.
begin_remove(workspace_name: str, outbound_rule_name: str, **kwargs) -> LROPoller[None]
Parámetros
Devoluciones
Iterable de OutboundRule.
Tipo de valor devuelto
begin_update
Actualice un outboundRule del área de trabajo.
begin_update(workspace_name: str, rule: OutboundRule, **kwargs) -> LROPoller[OutboundRule]
Parámetros
- rule
- OutboundRule
Definición de OutboundRule (FqdnDestination, PrivateEndpointDestination o ServiceTagDestination).
Devoluciones
Instancia de LROPoller que devuelve un outboundRule.
Tipo de valor devuelto
get
Obtenga un área de trabajo OutboundRule por nombre.
get(workspace_name: str, outbound_rule_name: str, **kwargs) -> OutboundRule
Parámetros
Devoluciones
OutboundRule con el nombre proporcionado para el área de trabajo.
Tipo de valor devuelto
list
Enumerar outboundRules del área de trabajo.
list(workspace_name: str, **kwargs) -> Iterable[OutboundRule]
Parámetros
Devoluciones
Iterable de OutboundRule.
Tipo de valor devuelto
Azure SDK for Python