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