GalleryExpand Struct

Definition

The GalleryExpand.

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

Constructors

GalleryExpand(String)

Initializes a new instance of GalleryExpand.

Properties

SharingProfileGroups

SharingProfile/Groups.

Methods

Equals(GalleryExpand)

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(GalleryExpand, GalleryExpand)

Determines if two GalleryExpand values are the same.

Implicit(String to GalleryExpand)

Converts a string to a GalleryExpand.

Inequality(GalleryExpand, GalleryExpand)

Determines if two GalleryExpand values are not the same.

Applies to