SdkContext.RandomResourceNames(String, Int32, Int32) Method
Definition
public static string[] RandomResourceNames (string prefix, int maxLen, int count);
static member RandomResourceNames : string * int * int -> string[]
Public Shared Function RandomResourceNames (prefix As String, maxLen As Integer, count As Integer) As String()
Parameters
- prefix
- String
- maxLen
- Int32
- count
- Int32
Returns
- String[]