次の方法で共有


ServicesOperationsExtensions.Delete メソッド

定義

サービスを削除します。

public static void Delete(this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName);
static member Delete : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String)

パラメーター

operations
IServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceTopologyName
String

サービス トポロジの名前。

serviceName
String

サービス リソースの名前。

適用対象