ArmComputeModelFactory.SharingUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.