RelayAPI Class
Use these API to manage Azure Relay resources through Azure Resource Manager.
- Inheritance
-
builtins.objectRelayAPI
Constructor
RelayAPI(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)
Parameters
- subscription_id
- str
Required
Subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Variables
- operations
- Operations
Operations operations
- namespaces
- NamespacesOperations
NamespacesOperations operations
- hybrid_connections
- HybridConnectionsOperations
HybridConnectionsOperations operations
- wcf_relays
- WCFRelaysOperations
WCFRelaysOperations operations
Methods
| close |
close
async close() -> None
Feedback
Submit and view feedback for