WindowsVmLicenseType.Implicit Operator

Definition

Overloads

Implicit(String to WindowsVmLicenseType)

Source:
WindowsVmLicenseType.cs
Source:
WindowsVmLicenseType.cs

Converts a string to a WindowsVmLicenseType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WindowsVmLicenseType>)

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

Parameters

value
String

Returns

Applies to