ProvisioningAgent.CreateFromNetworkAccountId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static ProvisioningAgent ^ CreateFromNetworkAccountId(Platform::String ^ networkAccountId);
static ProvisioningAgent CreateFromNetworkAccountId(winrt::hstring const& networkAccountId);
public static ProvisioningAgent CreateFromNetworkAccountId(string networkAccountId);
function createFromNetworkAccountId(networkAccountId)
Public Shared Function CreateFromNetworkAccountId (networkAccountId As String) As ProvisioningAgent
参数
- networkAccountId
-
String
Platform::String
winrt::hstring
用于选择要用于预配代理的相应移动宽带设备的网络帐户 ID。
返回
与所提供的网络帐户 ID 关联的移动设备的预配代理。
Windows 要求
应用功能 |
cellularDeviceControl
networkConnectionManagerProvisioning
networkDataPlanProvisioning
cellularDeviceIdentity
|