ComputePublicIPAddressSkuTier.Implicit Operator

Definition

Overloads

Implicit(String to ComputePublicIPAddressSkuTier)

Source:
ComputePublicIPAddressSkuTier.cs
Source:
ComputePublicIPAddressSkuTier.cs

Converts a string to a ComputePublicIPAddressSkuTier.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputePublicIPAddressSkuTier>)

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

Parameters

value
String

Returns

Applies to