Condividi tramite


DeploymentStacksWhatIfPropertyChangeType.Implicit Operator

Definition

Overloads

Implicit(String to DeploymentStacksWhatIfPropertyChangeType)

Source:
DeploymentStacksWhatIfPropertyChangeType.cs
public static implicit operator Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChangeType(string value);
static member op_Implicit : string -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksWhatIfPropertyChangeType
Public Shared Widening Operator CType (value As String) As DeploymentStacksWhatIfPropertyChangeType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeploymentStacksWhatIfPropertyChangeType>)

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

Parameters

value
String

Returns

Applies to