Share via


ResourceIdentifier.Implicit(ResourceIdentifier to String) Operator

Definition

Convert a resource identifier to a string.

public static implicit operator string? (Azure.Core.ResourceIdentifier id);
static member op_Implicit : Azure.Core.ResourceIdentifier -> string
Public Shared Widening Operator CType (id As ResourceIdentifier) As String

Parameters

id
ResourceIdentifier

The resource identifier.

Returns

Applies to