RMProfileClient Class
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.
In this article
public class RMProfileClient
type RMProfileClient = class
Public Class RMProfileClient
Inheritance
Constructors
Fields
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, Int32)
Login(IAzureAccount, IAzureEnvironment, String, String, String, SecureString, Boolean, Action<String>, String, Boolean, Int32, String)
RemoveEnvironment(String)
SetCurrentContext(String, String, String)
TryGetSubscriptionById(String, String, IAzureSubscription)
TryGetSubscriptionByName(String, String, IAzureSubscription)
TryRemoveContext(IAzureContext)
TryRemoveContext(String)
TryRenameContext(String, String)
TrySetDefaultContext(String)
Applies to