Freigeben über


DeploymentStacksWhatIfChangeType.Implicit Operator

Definition

Overloads

Implicit(String to DeploymentStacksWhatIfChangeType)

Source:
DeploymentStacksWhatIfChangeType.cs

Converts a string to a DeploymentStacksWhatIfChangeType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeploymentStacksWhatIfChangeType>)

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

Parameters

value
String

Returns

Applies to