Compartir a través de


GallerySharingProfileOperationsExtensions.BeginUpdate Método

Definición

Actualice el perfil de uso compartido de una galería.

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

Parámetros

operations
IGallerySharingProfileOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre del Shared Image Gallery.

sharingUpdate
SharingUpdate

Parámetros proporcionados al perfil de uso compartido de la galería de actualizaciones.

Devoluciones

Se aplica a