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