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