InterconnectBlockProperties Class

Properties of the Interconnect Block.

Constructor

InterconnectBlockProperties()

Variables

Name Description
virtualMachinesAssociated
list[<xref:"SubResourceReadOnly">]

A list of all virtual machine resource ids that are associated with the Interconnect Block.

interconnectGroup
<xref:<xref:"ApiEntityReference">>

The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required.

interconnectBlockId
str

A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.

provisioningTime
str

The date time when the Interconnect Block was last updated.

provisioningState
str

The provisioning state, which only appears in the response.

instanceView
<xref:<xref:"InterconnectBlockInstanceView">>

The Interconnect Block instance view.

timeCreated
str

Specifies the time at which the Interconnect Block resource was created.

Attributes

instanceView

The Interconnect Block instance view.

instanceView: InterconnectBlockInstanceView

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: str

interconnectGroup

The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required.

interconnectGroup: ApiEntityReference

provisioningState

The provisioning state, which only appears in the response.

provisioningState: str

provisioningTime

The date time when the Interconnect Block was last updated.

provisioningTime: str

timeCreated

Specifies the time at which the Interconnect Block resource was created.

timeCreated: str

virtualMachinesAssociated

A list of all virtual machine resource ids that are associated with the Interconnect Block.

virtualMachinesAssociated: list[azure.mgmt.compute.types.SubResourceReadOnly]