StandardSupportedCloud.Implicit Operator

Definition

Overloads

Implicit(String to StandardSupportedCloud)

Source:
StandardSupportedCloud.cs

Converts a string to a StandardSupportedCloud.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StandardSupportedCloud>)

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

Parameters

value
String

Returns

Applies to