ESim.DeleteProfileAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual IAsyncOperation<ESimOperationResult ^> ^ DeleteProfileAsync(Platform::String ^ profileId) = DeleteProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ESimOperationResult> DeleteProfileAsync(winrt::hstring const& profileId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ESimOperationResult> DeleteProfileAsync(string profileId);
function deleteProfileAsync(profileId)
Public Function DeleteProfileAsync (profileId As String) As IAsyncOperation(Of ESimOperationResult)
パラメーター
- profileId
-
String
Platform::String
winrt::hstring
削除する eSIM プロファイルの ID 番号 (ICCID)。
戻り値
非同期の削除操作。 正常に完了すると、削除操作の結果を表す ESimOperationResult オブジェクトが含まれます。
- 属性
Windows の要件
アプリの機能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|