IHyakClientAction.Apply Method
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.
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
- profile
- IAzureContextContainer
- 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
- profile
- IAzureContextContainer
- endpoint
- String