PSAzureContext.Implicit Operator
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
Implicit(AzureContext to PSAzureContext) | |
Implicit(PSAzureContext to AzureContext) |
Implicit(AzureContext to PSAzureContext)
public static implicit operator Microsoft.Azure.Commands.Profile.Models.PSAzureContext (Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext context);
static member op_Implicit : Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext -> Microsoft.Azure.Commands.Profile.Models.PSAzureContext
Public Shared Widening Operator CType (context As AzureContext) As PSAzureContext
Parameters
- context
- AzureContext
Returns
Applies to
Implicit(PSAzureContext to AzureContext)
public static implicit operator Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext (Microsoft.Azure.Commands.Profile.Models.PSAzureContext context);
static member op_Implicit : Microsoft.Azure.Commands.Profile.Models.PSAzureContext -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureContext
Public Shared Widening Operator CType (context As PSAzureContext) As AzureContext
Parameters
- context
- PSAzureContext