Freigeben über


StorageAccountNetworkRuleAction.Implicit Operator

Definition

Overloads

Implicit(String to StorageAccountNetworkRuleAction)

Source:
StorageAccountNetworkRuleAction.cs
Source:
StorageAccountNetworkRuleAction.cs

Converts a string to a StorageAccountNetworkRuleAction.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageAccountNetworkRuleAction>)

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

Parameters

value
String

Returns

Applies to