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