你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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