Condividi tramite


SpotNodeVmEvictionPolicyType.Implicit Operator

Definition

Overloads

Implicit(String to SpotNodeVmEvictionPolicyType)

Source:
SpotNodeVmEvictionPolicyType.cs
Source:
SpotNodeVmEvictionPolicyType.cs

Converts a string to a SpotNodeVmEvictionPolicyType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SpotNodeVmEvictionPolicyType>)

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

Parameters

value
String

Returns

Applies to