SdkContext.RandomResourceNames(String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates the specified number of random resource names with the same prefix.
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
the prefix to be used if possible
- maxLen
- Int32
the maximum length for the random generated name
- count
- Int32
the number of names to generate
Returns
String[]
random names
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET