MSILoginInformation.Port Property

Definition

Caution

Port is used for MSI VM extension based login, login using MSI VM extension is deprecated infavour of IMDS based login

Get or Set the MSI extension port to retrieve access token from.

[System.Obsolete("Port is used for MSI VM extension based login, login using MSI VM extension is deprecated infavour of IMDS based login")]
public int? Port { get; set; }
[<System.Obsolete("Port is used for MSI VM extension based login, login using MSI VM extension is deprecated infavour of IMDS based login")>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Property Value

Attributes

Applies to