NetworkRackProperties interface
Network Rack Properties defines the properties of the resource.
- Extends
Properties
| last |
Details of the last operation performed on the resource |
| network |
List of network device ARM resource IDs. |
| network |
ARM resource ID of the Network Fabric. |
| network |
Network Rack SKU name. |
| provisioning |
Provisioning state of the resource. |
Inherited Properties
| annotation | Switch configuration description. |
Property Details
lastOperation
Details of the last operation performed on the resource
lastOperation?: LastOperationProperties
Property Value
networkDevices
List of network device ARM resource IDs.
networkDevices?: string[]
Property Value
string[]
networkFabricId
ARM resource ID of the Network Fabric.
networkFabricId: string
Property Value
string
networkRackType
Network Rack SKU name.
networkRackType?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation