ArmComputeModelFactory.InterconnectBlockProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.InterconnectBlockProperties InterconnectBlockProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeSubResourceData> virtualMachinesAssociated = default, Azure.Core.ResourceIdentifier interconnectGroupId = default, string interconnectBlockId = default, DateTimeOffset? provisioningOn = default, string provisioningState = default, Azure.ResourceManager.Compute.Models.InterconnectBlockInstanceView instanceView = default, DateTimeOffset? timeCreated = default);
static member InterconnectBlockProperties : seq<Azure.ResourceManager.Compute.Models.ComputeSubResourceData> * Azure.Core.ResourceIdentifier * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.Compute.Models.InterconnectBlockInstanceView * Nullable<DateTimeOffset> -> Azure.ResourceManager.Compute.Models.InterconnectBlockProperties
Public Shared Function InterconnectBlockProperties (Optional virtualMachinesAssociated As IEnumerable(Of ComputeSubResourceData) = Nothing, Optional interconnectGroupId As ResourceIdentifier = Nothing, Optional interconnectBlockId As String = Nothing, Optional provisioningOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional instanceView As InterconnectBlockInstanceView = Nothing, Optional timeCreated As Nullable(Of DateTimeOffset) = Nothing) As InterconnectBlockProperties
Parameters
- virtualMachinesAssociated
- IEnumerable<ComputeSubResourceData>
A list of all virtual machine resource ids that are associated with the Interconnect Block.
- interconnectGroupId
- ResourceIdentifier
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
- interconnectBlockId
- String
A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.
- provisioningOn
- Nullable<DateTimeOffset>
The date time when the Interconnect Block was last updated.
- provisioningState
- String
The provisioning state, which only appears in the response.
- instanceView
- InterconnectBlockInstanceView
The Interconnect Block instance view.
- timeCreated
- Nullable<DateTimeOffset>
Specifies the time at which the Interconnect Block resource was created.
Returns
A new InterconnectBlockProperties instance for mocking.