StorageDiscoverySku.Implicit Operator

Definition

Overloads

Implicit(String to StorageDiscoverySku)

Source:
StorageDiscoverySku.cs
Source:
StorageDiscoverySku.cs

Converts a string to a StorageDiscoverySku.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageDiscoverySku>)

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

Parameters

value
String

Returns

Applies to