次の方法で共有


ManagedClustersOperationsExtensions.CreateOrUpdate メソッド

定義

Service Fabric マネージド クラスター リソースを作成または更新します。

public static Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster CreateOrUpdate (this Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceFabric.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster -> Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster
<Extension()>
Public Function CreateOrUpdate (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, parameters As ManagedCluster) As ManagedCluster

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスター リソースの名前。

parameters
ManagedCluster

クラスター リソース。

戻り値

注釈

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

適用対象