ResourceTypeName 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.
The resource types.
public readonly struct ResourceTypeName : IEquatable<Azure.ResourceManager.Reservations.Models.ResourceTypeName>
type ResourceTypeName = struct
Public Structure ResourceTypeName
Implements IEquatable(Of ResourceTypeName)
- Inheritance
-
ResourceTypeName
- Implements
Constructors
ResourceTypeName(String) |
Initializes a new instance of ResourceTypeName. |
Properties
Dedicated |
dedicated. |
LowPriority |
lowPriority. |
ServiceSpecific |
serviceSpecific. |
Shared |
shared. |
Standard |
standard. |
Methods
Equals(ResourceTypeName) |
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(ResourceTypeName, ResourceTypeName) |
Determines if two ResourceTypeName values are the same. |
Implicit(String to ResourceTypeName) |
Converts a string to a ResourceTypeName. |
Inequality(ResourceTypeName, ResourceTypeName) |
Determines if two ResourceTypeName values are not the same. |
Applies to
Azure SDK for .NET