SharingUpdate Class

Definition

Specifies information about the gallery sharing profile update.

public class SharingUpdate : Microsoft.Rest.Azure.IResource
type SharingUpdate = class
    interface IResource
Public Class SharingUpdate
Implements IResource
Inheritance
SharingUpdate
Implements

Constructors

SharingUpdate()

Initializes a new instance of the SharingUpdate class.

SharingUpdate(String, IList<SharingProfileGroup>)

Initializes a new instance of the SharingUpdate class.

Properties

Groups

Gets or sets a list of sharing profile groups.

OperationType

Gets or sets this property allows you to specify the operation type of gallery sharing update. &lt;br&gt;&lt;br&gt; Possible values are: &lt;br&gt;&lt;br&gt; Add &lt;br&gt;&lt;br&gt; Remove &lt;br&gt;&lt;br&gt; Reset. Possible values include: 'Add', 'Remove', 'Reset', 'EnableCommunity'

Methods

Validate()

Validate the object.

Applies to