Share via


SupportResourceTypeName Struct

Definition

The type of resource.

public readonly struct SupportResourceTypeName : IEquatable<Azure.ResourceManager.Support.Models.SupportResourceTypeName>
type SupportResourceTypeName = struct
Public Structure SupportResourceTypeName
Implements IEquatable(Of SupportResourceTypeName)
Inheritance
SupportResourceTypeName
Implements

Constructors

SupportResourceTypeName(String)

Initializes a new instance of SupportResourceTypeName.

Properties

MicrosoftSupportSupportTickets

Microsoft.Support/supportTickets.

Methods

Equals(SupportResourceTypeName)

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(SupportResourceTypeName, SupportResourceTypeName)

Determines if two SupportResourceTypeName values are the same.

Implicit(String to SupportResourceTypeName)

Converts a string to a SupportResourceTypeName.

Inequality(SupportResourceTypeName, SupportResourceTypeName)

Determines if two SupportResourceTypeName values are not the same.

Applies to