PSAuthOptions.Explicit 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
Explicit(PSAuthOptions to DataPlaneAuthOptions) | |
Explicit(DataPlaneAuthOptions to PSAuthOptions) |
Explicit(PSAuthOptions to DataPlaneAuthOptions)
public static explicit operator Microsoft.Azure.Management.Search.Models.DataPlaneAuthOptions (Microsoft.Azure.Commands.Management.Search.Models.PSAuthOptions v);
static member op_Explicit : Microsoft.Azure.Commands.Management.Search.Models.PSAuthOptions -> Microsoft.Azure.Management.Search.Models.DataPlaneAuthOptions
Public Shared Narrowing Operator CType (v As PSAuthOptions) As DataPlaneAuthOptions
Parameters
Returns
Applies to
Explicit(DataPlaneAuthOptions to PSAuthOptions)
public static explicit operator Microsoft.Azure.Commands.Management.Search.Models.PSAuthOptions (Microsoft.Azure.Management.Search.Models.DataPlaneAuthOptions v);
static member op_Explicit : Microsoft.Azure.Management.Search.Models.DataPlaneAuthOptions -> Microsoft.Azure.Commands.Management.Search.Models.PSAuthOptions
Public Shared Narrowing Operator CType (v As DataPlaneAuthOptions) As PSAuthOptions