StorageAccountStrategy.Implicit Operator

Definition

Overloads

Implicit(String to StorageAccountStrategy)

Source:
StorageAccountStrategy.cs
Source:
StorageAccountStrategy.cs

Converts a string to a StorageAccountStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageAccountStrategy>)

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

Parameters

value
String

Returns

Applies to