Share via


ServiceScalability Struct

Definition

The scalability approach.

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

Constructors

ServiceScalability(String)

Initializes a new instance of ServiceScalability.

Properties

Automatic

automatic.

Manual

manual.

None

none.

Methods

Equals(ServiceScalability)

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

Determines if two ServiceScalability values are the same.

Implicit(String to ServiceScalability)

Converts a string to a ServiceScalability.

Inequality(ServiceScalability, ServiceScalability)

Determines if two ServiceScalability values are not the same.

Applies to