ResourceType 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.
Structure representing a resource type.
public readonly struct ResourceType : IEquatable<Azure.Core.ResourceType>
type ResourceType = struct
Public Structure ResourceType
Implements IEquatable(Of ResourceType)
- Inheritance
-
ResourceType
- Implements
Remarks
See https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types for more info.
Constructors
ResourceType(String) |
Initializes a new instance of the ResourceType class. |
Properties
Namespace |
Gets the resource type Namespace. |
Type |
Gets the resource Type. |
Methods
Equals(ResourceType) |
Compares this ResourceType instance with another object and determines if they are equals. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ResourceType, ResourceType) |
Compares two ResourceType objects. |
Implicit(ResourceType to String) |
Implicit operator for initializing a string from a ResourceType. |
Implicit(String to ResourceType) |
Implicit operator for initializing a ResourceType instance from a string. |
Inequality(ResourceType, ResourceType) |
Compares two ResourceType objects. |
Applies to
Azure SDK for .NET