ComputeBulkOperationType.Implicit Operator

Definition

Overloads

Implicit(String to ComputeBulkOperationType)

Source:
ComputeBulkOperationType.cs

Converts a string to a ComputeBulkOperationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeBulkOperationType>)

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

Parameters

value
String

Returns

Applies to