StorageAccountSasSignedService.Implicit Operator

Definition

Overloads

Implicit(String to StorageAccountSasSignedService)

Source:
StorageAccountSasSignedService.cs
Source:
StorageAccountSasSignedService.cs

Converts a string to a StorageAccountSasSignedService.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageAccountSasSignedService>)

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

Parameters

value
String

Returns

Applies to