次の方法で共有


PrivateLinkServicesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

指定したリソース グループ内のプライベート リンク サービスを作成または更新します。

public static Microsoft.Azure.Management.Network.Models.PrivateLinkService BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.Network.Models.PrivateLinkService parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * Microsoft.Azure.Management.Network.Models.PrivateLinkService -> Microsoft.Azure.Management.Network.Models.PrivateLinkService
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, parameters As PrivateLinkService) As PrivateLinkService

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

プライベート リンク サービスの名前。

parameters
PrivateLinkService

プライベート リンク サービスの作成または更新操作に指定されたパラメーター。

戻り値

適用対象