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
FullHierarchy
FullHierarchy.
public static EntityViewOption FullHierarchy { get; }
Property Value
GroupsOnly
GroupsOnly.
public static EntityViewOption GroupsOnly { get; }
Property Value
SubscriptionsOnly
SubscriptionsOnly.
public static EntityViewOption SubscriptionsOnly { get; }
Property Value
Methods
Equals(EntityViewOption)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(EntityViewOption other)
Parameters
other
EntityViewOptionAn object to compare with this object.
Returns
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
EntityViewOptionright
EntityViewOption
Returns
implicit operator EntityViewOption(string)
Converts a string to a EntityViewOption.
public static implicit operator EntityViewOption(string value)
Parameters
value
string
Returns
operator !=(EntityViewOption, EntityViewOption)
Determines if two EntityViewOption values are not the same.
public static bool operator !=(EntityViewOption left, EntityViewOption right)
Parameters
left
EntityViewOptionright
EntityViewOption