Share via


WorkloadNetworkVmType Struct

Definition

Virtual machine type.

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

Constructors

WorkloadNetworkVmType(String)

Initializes a new instance of WorkloadNetworkVmType.

Properties

Edge

EDGE.

Regular

REGULAR.

Service

SERVICE.

Methods

Equals(WorkloadNetworkVmType)

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

Determines if two WorkloadNetworkVmType values are the same.

Implicit(String to WorkloadNetworkVmType)

Converts a string to a WorkloadNetworkVmType.

Inequality(WorkloadNetworkVmType, WorkloadNetworkVmType)

Determines if two WorkloadNetworkVmType values are not the same.

Applies to