IHyperVVirtualMachineDetails.HasFibreChannelAdapter Property
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.
A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus) }, ReadOnly=false, Required=false, SerializedName="hasFibreChannelAdapter")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus? HasFibreChannelAdapter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus) }, ReadOnly=false, Required=false, SerializedName="hasFibreChannelAdapter")>]
member this.HasFibreChannelAdapter : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus> with get, set
Public Property HasFibreChannelAdapter As Nullable(Of PresenceStatus)
Property Value
- Attributes