Get Network Rack Result
data class GetNetworkRackResult(val annotation: String? = null, val azureApiVersion: String, val id: String, val location: String, val name: String, val networkDevices: List<String>, val networkFabricId: String, val networkRackType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Network Rack resource definition.
Constructors
Link copied to clipboard
constructor(annotation: String? = null, azureApiVersion: String, id: String, location: String, name: String, networkDevices: List<String>, networkFabricId: String, networkRackType: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Switch configuration description.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of network device ARM resource IDs.
Link copied to clipboard
ARM resource ID of the Network Fabric.
Link copied to clipboard
Network Rack SKU name.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.