AzureRmProfile.ToString Method

Definition

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

Applies to