PlanetaryComputerGeoCatalogTier.Implicit Operator

Definition

Overloads

Implicit(String to PlanetaryComputerGeoCatalogTier)

Source:
PlanetaryComputerGeoCatalogTier.cs
Source:
PlanetaryComputerGeoCatalogTier.cs

Converts a string to a PlanetaryComputerGeoCatalogTier.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PlanetaryComputerGeoCatalogTier>)

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

Parameters

value
String

Returns

Applies to