다음을 통해 공유


IWebApps.DeleteById 메서드

정의

Azure에서 리소스를 삭제하여 해당 리소스 ID로 식별합니다.

public void DeleteById (string id, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default);
abstract member DeleteById : string * Nullable<bool> * Nullable<bool> -> unit
Public Sub DeleteById (id As String, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing)

매개 변수

id
String

삭제할 리소스의 리소스 ID

deleteMetrics
Nullable<Boolean>

true이면 웹앱 메트릭도 삭제됩니다.

deleteEmptyServerFarm
Nullable<Boolean>

true이면 빈 App Service 계획도 삭제됩니다.

적용 대상