Azure.Authenticated.withSubscription(String subscriptionId) 方法
定义
Selects a specific subscription for the APIs to work with.
Most Azure APIs require a specific subscription to be selected.
public Azure withSubscription(String subscriptionId)
参数
- subscriptionId
- String
the ID of the subscription
返回
an authenticated Azure client configured to work with the specified subscription