SharingUpdateOperationType.Implicit Operator

Definition

Overloads

Implicit(String to SharingUpdateOperationType)

Source:
SharingUpdateOperationType.cs
Source:
SharingUpdateOperationType.cs

Converts a string to a SharingUpdateOperationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SharingUpdateOperationType>)

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

Parameters

value
String

Returns

Applies to