Share via


ArmStorageModelFactory.StorageUsageName(String, String) Method

Definition

Initializes a new instance of StorageUsageName.

public static Azure.ResourceManager.Storage.Models.StorageUsageName StorageUsageName (string value = default, string localizedValue = default);
static member StorageUsageName : string * string -> Azure.ResourceManager.Storage.Models.StorageUsageName
Public Shared Function StorageUsageName (Optional value As String = Nothing, Optional localizedValue As String = Nothing) As StorageUsageName

Parameters

value
String

Gets a string describing the resource name.

localizedValue
String

Gets a localized string describing the resource name.

Returns

A new StorageUsageName instance for mocking.

Applies to