InterconnectBlockProperties interface
Properties of the Interconnect Block.
Properties
| instance |
The Interconnect Block instance view. |
| interconnect |
A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource. |
| interconnect |
The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. |
| provisioning |
The provisioning state, which only appears in the response. |
| provisioning |
The date time when the Interconnect Block was last updated. |
| time |
Specifies the time at which the Interconnect Block resource was created. |
| virtual |
A list of all virtual machine resource ids that are associated with the Interconnect Block. |
Property Details
instanceView
The Interconnect Block instance view.
instanceView?: InterconnectBlockInstanceView
Property Value
interconnectBlockId
A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.
interconnectBlockId?: string
Property Value
string
interconnectGroup
The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter.
interconnectGroup: ApiEntityReference
Property Value
provisioningState
The provisioning state, which only appears in the response.
provisioningState?: string
Property Value
string
provisioningTime
The date time when the Interconnect Block was last updated.
provisioningTime?: Date
Property Value
Date
timeCreated
Specifies the time at which the Interconnect Block resource was created.
timeCreated?: Date
Property Value
Date
virtualMachinesAssociated
A list of all virtual machine resource ids that are associated with the Interconnect Block.
virtualMachinesAssociated?: SubResourceReadOnly[]