AppliedScopeType 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.
Type of the Applied Scope.
public readonly struct AppliedScopeType : IEquatable<Azure.ResourceManager.Reservations.Models.AppliedScopeType>
type AppliedScopeType = struct
Public Structure AppliedScopeType
Implements IEquatable(Of AppliedScopeType)
- Inheritance
-
AppliedScopeType
- Implements
Constructors
AppliedScopeType(String) |
Initializes a new instance of AppliedScopeType. |
Properties
ManagementGroup |
ManagementGroup. |
Shared |
Shared. |
Single |
Single. |
Methods
Equals(AppliedScopeType) |
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(AppliedScopeType, AppliedScopeType) |
Determines if two AppliedScopeType values are the same. |
Implicit(String to AppliedScopeType) |
Converts a string to a AppliedScopeType. |
Inequality(AppliedScopeType, AppliedScopeType) |
Determines if two AppliedScopeType values are not the same. |
Applies to
Azure SDK for .NET