다음을 통해 공유


ESim.DeleteProfileAsync(String) 메서드

정의

지정된 eSIM 프로필을 비동기적으로 삭제합니다.

참고

이 기능은 모바일 네트워크 운영자가 권한 있는 액세스 권한을 부여한 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다.

이 API를 사용하고 앱을 Microsoft Store에 게시하려면 사용자 지정 기능 Microsoft.eSIMManagement_8wekyb3d8bbwe 사용하도록 특별 승인을 요청해야 합니다. 자세한 내용은 사용자 지정 기능을 참조하세요.

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

적용 대상