RMProfileClient Class

Definition

public class RMProfileClient
type RMProfileClient = class
Public Class RMProfileClient
Inheritance
RMProfileClient

Constructors

RMProfileClient(IProfileOperations)

Fields

DebugLog
SubscriptionAndTenantClient
WarningLog

Methods

AcquireAccessToken(String, Action<String>)
AddOrSetEnvironment(IAzureEnvironment)
ListEnvironments(String)
ListSubscriptions(String)
ListTenants(String)
Login(IAzureAccount, IAzureEnvironment, String, String, String, SecureString, Boolean, Action<String>, String, Boolean)
Login(IAzureAccount, IAzureEnvironment, String, String, String, SecureString, Boolean, IOpenIDConfiguration, Action<String>, String, Boolean, Int32, String)
RemoveEnvironment(String)
SetCurrentContext(String, String, String)
TryGetSubscriptionById(String, String)
TryGetSubscriptionById(String, String, IAzureSubscription)
TryGetSubscriptionByName(String, String, IAzureSubscription)
TryGetSubscriptionListByName(String, String, IEnumerable<IAzureSubscription>)
TryRemoveContext(IAzureContext)

Remove the given context

TryRemoveContext(String)

Remove the given named context

TryRenameContext(String, String)

Rename the given named context

TrySetDefaultContext(String)

Set the default context

Applies to