Share via


SharingProfileGroupType Struct

Definition

This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants..

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

Constructors

SharingProfileGroupType(String)

Initializes a new instance of SharingProfileGroupType.

Properties

AADTenants

AADTenants.

Subscriptions

Subscriptions.

Methods

Equals(SharingProfileGroupType)

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

Determines if two SharingProfileGroupType values are the same.

Implicit(String to SharingProfileGroupType)

Converts a string to a SharingProfileGroupType.

Inequality(SharingProfileGroupType, SharingProfileGroupType)

Determines if two SharingProfileGroupType values are not the same.

Applies to