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

IClientAction.ApplyArm Method

Definition

Overloads

ApplyArm<TClient>(TClient, IAzureContextContainer, String)
ApplyArm<TClient>(TClient, IAzureContextContainer, String)

ApplyArm<TClient>(TClient, IAzureContextContainer, String)

public void ApplyArm<TClient> (TClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer profile, string endpoint) where TClient : Microsoft.Rest.ServiceClient<TClient>;
abstract member ApplyArm : 'Client * Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer * string -> unit (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)
Public Sub ApplyArm(Of TClient As ServiceClient(Of TClient)) (client As TClient, profile As IAzureContextContainer, endpoint As String)

Type Parameters

TClient

Parameters

client
TClient
endpoint
String

Applies to

ApplyArm<TClient>(TClient, IAzureContextContainer, String)

public void ApplyArm<TClient> (TClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer profile, string endpoint) where TClient : Microsoft.Rest.ServiceClient<TClient>;
abstract member ApplyArm : 'Client * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer * string -> unit (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)
Public Sub ApplyArm(Of TClient As ServiceClient(Of TClient)) (client As TClient, profile As IAzureContextContainer, endpoint As String)

Type Parameters

TClient

Parameters

client
TClient
endpoint
String

Applies to