你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureRmProfile.TryAddContext Method

Definition

Overloads

TryAddContext(IAzureContext, String)
TryAddContext(String, IAzureContext)

TryAddContext(IAzureContext, String)

public bool TryAddContext (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context, out string name);
abstract member TryAddContext : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext * string -> bool
override this.TryAddContext : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext * string -> bool
Public Function TryAddContext (context As IAzureContext, ByRef name As String) As Boolean

Parameters

context
IAzureContext
name
String

Returns

Implements

Applies to

TryAddContext(String, IAzureContext)

public bool TryAddContext (string name, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context);
abstract member TryAddContext : string * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> bool
override this.TryAddContext : string * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> bool
Public Function TryAddContext (name As String, context As IAzureContext) As Boolean

Parameters

name
String
context
IAzureContext

Returns

Implements

Applies to