NamespaceNetworkPolicyRule.Implicit Operator

Definition

Overloads

Implicit(String to NamespaceNetworkPolicyRule)

Source:
NamespaceNetworkPolicyRule.cs
Source:
NamespaceNetworkPolicyRule.cs

Converts a string to a NamespaceNetworkPolicyRule.

public static implicit operator Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicyRule(string value);
static member op_Implicit : string -> Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicyRule
Public Shared Widening Operator CType (value As String) As NamespaceNetworkPolicyRule

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NamespaceNetworkPolicyRule>)

Source:
NamespaceNetworkPolicyRule.cs
Source:
NamespaceNetworkPolicyRule.cs
public static implicit operator Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicyRule?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.ContainerService.Models.NamespaceNetworkPolicyRule>
Public Shared Widening Operator CType (value As String) As Nullable(Of NamespaceNetworkPolicyRule)

Parameters

value
String

Returns

Applies to