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