Azure To Azure Network Mapping Settings Response
data class AzureToAzureNetworkMappingSettingsResponse(val instanceType: String, val primaryFabricLocation: String? = null, val recoveryFabricLocation: String? = null)
A2A Network Mapping fabric specific settings.
Constructors
Link copied to clipboard
fun AzureToAzureNetworkMappingSettingsResponse(instanceType: String, primaryFabricLocation: String? = null, recoveryFabricLocation: String? = null)