IClientAction.ApplyArm 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
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
- profile
- IAzureContextContainer
- 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
- profile
- IAzureContextContainer
- endpoint
- String