Condividi tramite


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