你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureRmProfile.ToString Method
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.
Overloads
ToString() |
Serializes the current profile and return its contents. |
ToString(Boolean) |
Serializes the current profile, including or not including the token cache |
ToString()
Serializes the current profile and return its contents.
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
The serialization of the Profile.
Applies to
ToString(Boolean)
Serializes the current profile, including or not including the token cache
public string ToString (bool serializeCache);
override this.ToString : bool -> string
Public Function ToString (serializeCache As Boolean) As String
Parameters
- serializeCache
- Boolean
true if the TokenCache should be serialized, false otherwise
Returns
The serialization of the Profile