BrokerMemoryProfile.Implicit Operator

Definition

Overloads

Implicit(String to BrokerMemoryProfile)

Source:
BrokerMemoryProfile.cs
Source:
BrokerMemoryProfile.cs

Converts a string to a BrokerMemoryProfile.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BrokerMemoryProfile>)

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

Parameters

value
String

Returns

Applies to