MigrateToStv2Mode Struct

Definition

Mode of Migration to stv2. Default is PreserveIp.

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

Constructors

MigrateToStv2Mode(String)

Initializes a new instance of MigrateToStv2Mode.

Properties

NewIP

Migrate API Management service to stv2 from stv1. This will have no downtime as the service configuration will be migrated to new infrastructure, but the IP address will changed.

PreserveIP

Migrate API Management service to stv2 from stv1, by reserving the IP Address of the service. This will have a downtime of upto 15 minutes, while the IP address is getting migrate to new infrastructure.

Methods

Equals(MigrateToStv2Mode)

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

Determines if two MigrateToStv2Mode values are the same.

Implicit(String to MigrateToStv2Mode)

Converts a string to a MigrateToStv2Mode.

Inequality(MigrateToStv2Mode, MigrateToStv2Mode)

Determines if two MigrateToStv2Mode values are not the same.

Applies to