次の方法で共有


SdkContext.RandomResourceNames(String, Int32, Int32) メソッド

定義

同じプレフィックスを持つ指定した数のランダム リソース名を生成します。

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()

パラメーター

prefix
String

可能な場合に使用するプレフィックス

maxLen
Int32

ランダムに生成された名前の最大長

count
Int32

生成する名前の数

戻り値

String[]

ランダムな名前

適用対象