INetworkMappingProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |