你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtendedLivySessionRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExtendedLivySessionRequest()
ExtendedLivySessionRequest(IDictionary<String,String>, String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, IDictionary<String,String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>)
public ExtendedLivySessionRequest (System.Collections.Generic.IDictionary<string,string> tags = default, string artifactId = default, string name = default, string file = default, string className = default, System.Collections.Generic.IList<string> args = default, System.Collections.Generic.IList<string> jars = default, System.Collections.Generic.IList<string> files = default, System.Collections.Generic.IList<string> archives = default, System.Collections.Generic.IDictionary<string,string> conf = default, string driverMemory = default, int? driverCores = default, string executorMemory = default, int? executorCores = default, int? numExecutors = default);
new Microsoft.Azure.Synapse.Models.ExtendedLivySessionRequest : System.Collections.Generic.IDictionary<string, string> * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Synapse.Models.ExtendedLivySessionRequest
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional artifactId As String = Nothing, Optional name As String = Nothing, Optional file As String = Nothing, Optional className As String = Nothing, Optional args As IList(Of String) = Nothing, Optional jars As IList(Of String) = Nothing, Optional files As IList(Of String) = Nothing, Optional archives As IList(Of String) = Nothing, Optional conf As IDictionary(Of String, String) = Nothing, Optional driverMemory As String = Nothing, Optional driverCores As Nullable(Of Integer) = Nothing, Optional executorMemory As String = Nothing, Optional executorCores As Nullable(Of Integer) = Nothing, Optional numExecutors As Nullable(Of Integer) = Nothing)
参数
- tags
- IDictionary<String,String>
- artifactId
- String
- name
- String
- file
- String
- className
- String
- conf
- IDictionary<String,String>
- driverMemory
- String
- executorMemory
- String