SecurityAlertPolicyName.Implicit Operator
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.
Implicit(SecurityAlertPolicyName to String) |
Implicit operator to convert SecurityAlertPolicyName to string |
Implicit(String to SecurityAlertPolicyName) |
Implicit operator to convert string to SecurityAlertPolicyName |
Implicit operator to convert SecurityAlertPolicyName to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName -> string
Public Shared Widening Operator CType (e As SecurityAlertPolicyName) As String
Parameters
the value to convert to an instance of SecurityAlertPolicyName.
Returns
Applies to
Implicit operator to convert string to SecurityAlertPolicyName
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SecurityAlertPolicyName
Public Shared Widening Operator CType (value As String) As SecurityAlertPolicyName
Parameters
- value
- String
the value to convert to an instance of SecurityAlertPolicyName.