Condividi tramite


IHyakClientAction.Apply Method

Definition

Overloads

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

Apply<TClient>(TClient, IAzureContextContainer, String)

public void Apply<TClient> (TClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer profile, string endpoint) where TClient : Hyak.Common.ServiceClient<TClient>;
abstract member Apply : 'Client * Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer * string -> unit (requires 'Client :> Hyak.Common.ServiceClient<'Client>)
Public Sub Apply(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

Apply<TClient>(TClient, IAzureContextContainer, String)

public void Apply<TClient> (TClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer profile, string endpoint) where TClient : Hyak.Common.ServiceClient<TClient>;
abstract member Apply : 'Client * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer * string -> unit (requires 'Client :> Hyak.Common.ServiceClient<'Client>)
Public Sub Apply(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