Share via


NetAppApplicationType Struct

Definition

Application Type.

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

Constructors

NetAppApplicationType(String)

Initializes a new instance of NetAppApplicationType.

Properties

Oracle

ORACLE.

SapHana

SAP-HANA.

Methods

Equals(NetAppApplicationType)

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

Determines if two NetAppApplicationType values are the same.

Implicit(String to NetAppApplicationType)

Converts a string to a NetAppApplicationType.

Inequality(NetAppApplicationType, NetAppApplicationType)

Determines if two NetAppApplicationType values are not the same.

Applies to