GallerySharingPermissionType Struct
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.
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
Azure SDK for .NET