SdnIntegrationIntent.Implicit Operator

Definition

Overloads

Implicit(String to SdnIntegrationIntent)

Source:
SdnIntegrationIntent.cs

Converts a string to a SdnIntegrationIntent.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SdnIntegrationIntent>)

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

Parameters

value
String

Returns

Applies to