Freigeben über


VMNicDetails.ReuseExistingNic Property

Definition

Gets or sets a value indicating whether an existing NIC is allowed to be reused during failover subject to availability.

[Newtonsoft.Json.JsonProperty(PropertyName="reuseExistingNic")]
public bool? ReuseExistingNic { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reuseExistingNic")>]
member this.ReuseExistingNic : Nullable<bool> with get, set
Public Property ReuseExistingNic As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to