MSILoginInformation.Port 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET