Megosztás a következőn keresztül:


EntityViewOption Struct

Definition

The EntityViewOption.

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

Constructors

EntityViewOption(String)

Initializes a new instance of EntityViewOption.

Properties

Audit

Audit.

FullHierarchy

FullHierarchy.

GroupsOnly

GroupsOnly.

SubscriptionsOnly

SubscriptionsOnly.

Methods

Equals(EntityViewOption)

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

Determines if two EntityViewOption values are the same.

Implicit(String to EntityViewOption)

Converts a string to a EntityViewOption.

Inequality(EntityViewOption, EntityViewOption)

Determines if two EntityViewOption values are not the same.

Applies to