ActionAfterReboot.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Implicit(ActionAfterReboot to String) |
Implicit operator to convert ActionAfterReboot to string |
| Implicit(String to ActionAfterReboot) |
Implicit operator to convert string to ActionAfterReboot |
Implicit(ActionAfterReboot to String)
Implicit operator to convert ActionAfterReboot to string
public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterReboot e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterReboot -> string
Public Shared Widening Operator CType (e As ActionAfterReboot) As String
Parameters
the value to convert to an instance of ActionAfterReboot.
Returns
Applies to
Implicit(String to ActionAfterReboot)
Implicit operator to convert string to ActionAfterReboot
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterReboot(string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Support.ActionAfterReboot
Public Shared Widening Operator CType (value As String) As ActionAfterReboot
Parameters
- value
- String
the value to convert to an instance of ActionAfterReboot.