ResourceSkuRestrictionsType.Implicit Operator

Definition

Overloads

Implicit(String to ResourceSkuRestrictionsType)

Source:
ResourceSkuRestrictionsType.cs
Source:
ResourceSkuRestrictionsType.cs

Converts a string to a ResourceSkuRestrictionsType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ResourceSkuRestrictionsType>)

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

Parameters

value
String

Returns

Applies to