共用方式為


ProvisioningAgent.CreateFromNetworkAccountId(String) 方法

定義

為與所提供網路帳戶識別碼相關聯的行動裝置建立布建代理程式。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則需要特殊核准。 如需詳細資訊,請參閱應用程式功能宣告主題中的受限制功能一節。

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

要用來選取要用於布建代理程式之對應行動寬頻裝置的網路帳戶識別碼。

傳回

與所提供網路帳戶識別碼相關聯的行動裝置布建代理程式。

Windows 需求

應用程式功能
cellularDeviceControl networkConnectionManagerProvisioning networkDataPlanProvisioning cellularDeviceIdentity

適用於