DnsSecurityRuleActionType.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(String to DnsSecurityRuleActionType) |
Converts a string to a DnsSecurityRuleActionType. |
| Implicit(String to Nullable<DnsSecurityRuleActionType>) |
Implicit(String to DnsSecurityRuleActionType)
- Source:
- DnsSecurityRuleActionType.cs
- Source:
- DnsSecurityRuleActionType.cs
Converts a string to a DnsSecurityRuleActionType.
public static implicit operator Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType(string value);
static member op_Implicit : string -> Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType
Public Shared Widening Operator CType (value As String) As DnsSecurityRuleActionType
Parameters
- value
- String
The value.
Returns
Applies to
Implicit(String to Nullable<DnsSecurityRuleActionType>)
- Source:
- DnsSecurityRuleActionType.cs
public static implicit operator Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType>
Public Shared Widening Operator CType (value As String) As Nullable(Of DnsSecurityRuleActionType)
Parameters
- value
- String