ServiceScalability Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET