你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkMappingProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NetworkMappingPropertiesTypeConverter))]
public interface INetworkMappingProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.NetworkMappingPropertiesTypeConverter))>]
type INetworkMappingProperties = interface
    interface IJsonSerializable
Public Interface INetworkMappingProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

FabricSpecificSettingInstanceType

Gets the Instance type.

PrimaryFabricFriendlyName

The primary fabric friendly name.

PrimaryNetworkFriendlyName

The primary network friendly name.

PrimaryNetworkId

The primary network id for network mapping.

RecoveryFabricArmId

The recovery fabric ARM id.

RecoveryFabricFriendlyName

The recovery fabric friendly name.

RecoveryNetworkFriendlyName

The recovery network friendly name.

RecoveryNetworkId

The recovery network id for network mapping.

State

The pairing state for network mapping.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to