Freigeben über


ProviderResourceSubType Struct

Definition

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.

Applies to