MatchedBlockName.Implicit Operator

Definition

Overloads

Implicit(String to MatchedBlockName)

Source:
MatchedBlockName.cs
Source:
MatchedBlockName.cs

Converts a string to a MatchedBlockName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MatchedBlockName>)

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

Parameters

value
String

Returns

Applies to