ElasticSanForceDeleteVolume.Implicit Operator

Definition

Overloads

Implicit(String to ElasticSanForceDeleteVolume)

Source:
ElasticSanForceDeleteVolume.cs
Source:
ElasticSanForceDeleteVolume.cs

Converts a string to a ElasticSanForceDeleteVolume.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ElasticSanForceDeleteVolume>)

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

Parameters

value
String

Returns

Applies to