Udostępnij przez


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

Name Description
NetAppApplicationType(String)

Initializes a new instance of NetAppApplicationType.

Properties

Name Description
Oracle

ORACLE.

SapHana

SAP-HANA.

Methods

Name Description
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

Name Description
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