如何从Expressroute授权中检索资源库

时间:2019-02-13 16:17:02

标签: python azure

我正在尝试使用Python Network mgmt类,现在我可以创建快速报价授权,但是我不知道如何查看响应,这就是我正在使用的

 authorizations = network_client.express_route_circuit_authorizations.create_or_update(
            resource_group_name, circuit_name, authorization_name, authorization_parameters)

遍历了sdk文档,但我无法弄清楚 任何人都可以帮助