Udostępnij przez


IDedicatedHsm.NetworkProfileNetworkInterface Property

Definition

Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.

[Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Runtime.Info(Create=true, Description="Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.INetworkInterface) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.INetworkInterface> NetworkProfileNetworkInterface { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Runtime.Info(Create=true, Description="Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.INetworkInterface) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)>]
member this.NetworkProfileNetworkInterface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.INetworkInterface> with get, set
Public Property NetworkProfileNetworkInterface As List(Of INetworkInterface)

Property Value

Attributes

Applies to