次の方法で共有


GallerySharingProfileOperationsExtensions.Update メソッド

定義

ギャラリーの共有プロファイルを更新します。

public static Microsoft.Azure.Management.Compute.Models.SharingUpdate Update (this Microsoft.Azure.Management.Compute.IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, Microsoft.Azure.Management.Compute.Models.SharingUpdate sharingUpdate);
static member Update : Microsoft.Azure.Management.Compute.IGallerySharingProfileOperations * string * string * Microsoft.Azure.Management.Compute.Models.SharingUpdate -> Microsoft.Azure.Management.Compute.Models.SharingUpdate
<Extension()>
Public Function Update (operations As IGallerySharingProfileOperations, resourceGroupName As String, galleryName As String, sharingUpdate As SharingUpdate) As SharingUpdate

パラメーター

operations
IGallerySharingProfileOperations

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

resourceGroupName
String

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

galleryName
String

Shared Image Galleryの名前。

sharingUpdate
SharingUpdate

更新ギャラリー共有プロファイルに指定されたパラメーター。

戻り値

適用対象