NetworkMigrationValidationResponse Class

Definition

The Validate Network Migration operation response.

public class NetworkMigrationValidationResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage>
type NetworkMigrationValidationResponse = class
    inherit AzureOperationResponse
    interface seq<NetworkMigrationValidationMessage>
    interface IEnumerable
Public Class NetworkMigrationValidationResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of NetworkMigrationValidationMessage)
Inheritance
Microsoft.Azure.AzureOperationResponse
NetworkMigrationValidationResponse
Implements

Constructors

NetworkMigrationValidationResponse()

Initializes a new instance of the NetworkMigrationValidationResponse class.

Properties

ValidationMessages

Optional. Validation messages for the resources to be migrated.

Methods

GetEnumerator()

Gets the sequence of validationMessages.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of validationMessages.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to