WorkspaceOutboundRuleOperations クラス
WorkspaceOutboundRuleOperations。
このクラスを直接インスタンス化しないでください。 代わりに、それをインスタンス化して属性としてアタッチする MLClient インスタンスを作成する必要があります。
- 継承
-
builtins.objectWorkspaceOutboundRuleOperations
コンストラクター
WorkspaceOutboundRuleOperations(operation_scope: OperationScope, service_client: AzureMachineLearningWorkspaces, all_operations: OperationsContainer, credentials: TokenCredential = None, **kwargs: Dict)
パラメーター
- operation_scope
- service_client
- all_operations
- credentials
メソッド
begin_create |
ワークスペース OutboundRule を作成します。 |
begin_remove |
ワークスペース OutboundRule を削除します。 |
begin_update |
ワークスペースの OutboundRule を更新します。 |
get |
名前でワークスペース OutboundRule を取得します。 |
list |
ワークスペース OutboundRules を一覧表示します。 |
begin_create
ワークスペース OutboundRule を作成します。
begin_create(workspace_name: str, rule: OutboundRule, **kwargs) -> LROPoller[OutboundRule]
パラメーター
- rule
- OutboundRule
OutboundRule 定義 (FqdnDestination、PrivateEndpointDestination、または ServiceTagDestination)。
戻り値
OutboundRule を返す LROPoller のインスタンス。
の戻り値の型 :
begin_remove
ワークスペース OutboundRule を削除します。
begin_remove(workspace_name: str, outbound_rule_name: str, **kwargs) -> LROPoller[None]
パラメーター
戻り値
OutboundRule の Iterable。
の戻り値の型 :
begin_update
ワークスペースの OutboundRule を更新します。
begin_update(workspace_name: str, rule: OutboundRule, **kwargs) -> LROPoller[OutboundRule]
パラメーター
- rule
- OutboundRule
OutboundRule 定義 (FqdnDestination、PrivateEndpointDestination、または ServiceTagDestination)。
戻り値
OutboundRule を返す LROPoller のインスタンス。
の戻り値の型 :
get
名前でワークスペース OutboundRule を取得します。
get(workspace_name: str, outbound_rule_name: str, **kwargs) -> OutboundRule
パラメーター
戻り値
ワークスペースに指定された名前を持つ OutboundRule。
の戻り値の型 :
list
ワークスペース OutboundRules を一覧表示します。
list(workspace_name: str, **kwargs) -> Iterable[OutboundRule]
パラメーター
戻り値
OutboundRule の Iterable。
の戻り値の型 :
Azure SDK for Python