ArmComputeModelFactory.SharingUpdate Method

Definition

public static Azure.ResourceManager.Compute.Models.SharingUpdate SharingUpdate(Azure.ResourceManager.Compute.Models.SharingUpdateOperationType operationType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.SharingProfileGroup> groups = default);
static member SharingUpdate : Azure.ResourceManager.Compute.Models.SharingUpdateOperationType * seq<Azure.ResourceManager.Compute.Models.SharingProfileGroup> -> Azure.ResourceManager.Compute.Models.SharingUpdate
Public Shared Function SharingUpdate (Optional operationType As SharingUpdateOperationType = Nothing, Optional groups As IEnumerable(Of SharingProfileGroup) = Nothing) As SharingUpdate

Parameters

operationType
SharingUpdateOperationType

This property allows you to specify the operation type of gallery sharing update. Possible values are: Add,Remove,Reset..

groups
IEnumerable<SharingProfileGroup>

A list of sharing profile groups.

Returns

A new SharingUpdate instance for mocking.

Applies to