Share via


StorageAccountMigrationName Struct

Definition

The StorageAccountMigrationName.

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

Constructors

StorageAccountMigrationName(String)

Initializes a new instance of StorageAccountMigrationName.

Properties

Default

default.

Methods

Equals(StorageAccountMigrationName)

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

Determines if two StorageAccountMigrationName values are the same.

Implicit(String to StorageAccountMigrationName)

Converts a string to a StorageAccountMigrationName.

Inequality(StorageAccountMigrationName, StorageAccountMigrationName)

Determines if two StorageAccountMigrationName values are not the same.

Applies to