Table of Contents

Struct EntityViewOption

Namespace
Azure.ResourceManager.ManagementGroups.Models
Assembly
Azure.ResourceManager.dll

The EntityViewOption.

public readonly struct EntityViewOption : IEquatable<EntityViewOption>
Implements
Inherited Members

Constructors

EntityViewOption(string)

Initializes a new instance of EntityViewOption.

public EntityViewOption(string value)

Parameters

value string

Exceptions

ArgumentNullException

value is null.

Properties

Audit

Audit.

public static EntityViewOption Audit { get; }

Property Value

EntityViewOption

FullHierarchy

FullHierarchy.

public static EntityViewOption FullHierarchy { get; }

Property Value

EntityViewOption

GroupsOnly

GroupsOnly.

public static EntityViewOption GroupsOnly { get; }

Property Value

EntityViewOption

SubscriptionsOnly

SubscriptionsOnly.

public static EntityViewOption SubscriptionsOnly { get; }

Property Value

EntityViewOption

Methods

Equals(EntityViewOption)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(EntityViewOption other)

Parameters

other EntityViewOption

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

operator ==(EntityViewOption, EntityViewOption)

Determines if two EntityViewOption values are the same.

public static bool operator ==(EntityViewOption left, EntityViewOption right)

Parameters

left EntityViewOption
right EntityViewOption

Returns

bool

implicit operator EntityViewOption(string)

Converts a string to a EntityViewOption.

public static implicit operator EntityViewOption(string value)

Parameters

value string

Returns

EntityViewOption

operator !=(EntityViewOption, EntityViewOption)

Determines if two EntityViewOption values are not the same.

public static bool operator !=(EntityViewOption left, EntityViewOption right)

Parameters

left EntityViewOption
right EntityViewOption

Returns

bool