GallerySharingPermissionType Struct

Definition

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community..

public readonly struct GallerySharingPermissionType : IEquatable<Azure.ResourceManager.Compute.Models.GallerySharingPermissionType>
type GallerySharingPermissionType = struct
Public Structure GallerySharingPermissionType
Implements IEquatable(Of GallerySharingPermissionType)
Inheritance
GallerySharingPermissionType
Implements

Constructors

GallerySharingPermissionType(String)

Initializes a new instance of GallerySharingPermissionType.

Properties

Community

Community.

Groups

Groups.

Private

Private.

Methods

Equals(GallerySharingPermissionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(GallerySharingPermissionType, GallerySharingPermissionType)

Determines if two GallerySharingPermissionType values are the same.

Implicit(String to GallerySharingPermissionType)

Converts a string to a GallerySharingPermissionType.

Inequality(GallerySharingPermissionType, GallerySharingPermissionType)

Determines if two GallerySharingPermissionType values are not the same.

Applies to