Delen via


StorageMigrationResponseInner Constructors

Definitie

Overloads

StorageMigrationResponseInner()

Initialiseert een nieuw exemplaar van de klasse StorageMigrationResponseInner.

StorageMigrationResponseInner(String, String, String, String, String)

Initialiseert een nieuw exemplaar van de klasse StorageMigrationResponseInner.

StorageMigrationResponseInner()

Initialiseert een nieuw exemplaar van de klasse StorageMigrationResponseInner.

public StorageMigrationResponseInner ();
Public Sub New ()

Van toepassing op

StorageMigrationResponseInner(String, String, String, String, String)

Initialiseert een nieuw exemplaar van de klasse StorageMigrationResponseInner.

public StorageMigrationResponseInner (string id = default, string name = default, string type = default, string kind = default, string operationId = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationResponseInner : string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationResponseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional operationId As String = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Soort resource.

operationId
String

Wanneer de server het migratieproces start, retourneert deze een bewerkings-id die die specifieke migratiebewerking identificeert.

Van toepassing op