SnapshotResource.CreateResourceIdentifier(String, String) Method

Definition

Generate the resource identifier of a SnapshotResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string reportName, string snapshotName);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (reportName As String, snapshotName As String) As ResourceIdentifier

Parameters

reportName
String

The reportName.

snapshotName
String

The snapshotName.

Returns

Applies to