DataPlaneProxyPrivateLinkDelegation.Implicit Operator

Definition

Overloads

Implicit(String to DataPlaneProxyPrivateLinkDelegation)

Source:
DataPlaneProxyPrivateLinkDelegation.cs
Source:
DataPlaneProxyPrivateLinkDelegation.cs

Converts a string to a DataPlaneProxyPrivateLinkDelegation.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataPlaneProxyPrivateLinkDelegation>)

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

Parameters

value
String

Returns

Applies to