ProviderResourceSubType 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 sub type.
public readonly struct ProviderResourceSubType : IEquatable<Azure.ResourceManager.ProviderHub.Models.ProviderResourceSubType>
type ProviderResourceSubType = struct
Public Structure ProviderResourceSubType
Implements IEquatable(Of ProviderResourceSubType)
- Inheritance
-
ProviderResourceSubType
- Implements
Constructors
| Name | Description |
|---|---|
| ProviderResourceSubType(String) |
Initializes a new instance of ProviderResourceSubType. |
Properties
| Name | Description |
|---|---|
| AsyncOperation |
AsyncOperation. |
| NotSpecified |
NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(ProviderResourceSubType) |
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
| Name | Description |
|---|---|
| Equality(ProviderResourceSubType, ProviderResourceSubType) |
Determines if two ProviderResourceSubType values are the same. |
| Implicit(String to ProviderResourceSubType) |
Converts a String to a ProviderResourceSubType. |
| Inequality(ProviderResourceSubType, ProviderResourceSubType) |
Determines if two ProviderResourceSubType values are not the same. |