RenderingSessionCreationOptions 构造函数

定义

重载

RenderingSessionCreationOptions(RenderingSessionVmSize, Int32, Int32)
RenderingSessionCreationOptions(String, RenderingSessionVmSize, Int32, Int32)

RenderingSessionCreationOptions(RenderingSessionVmSize, Int32, Int32)

public RenderingSessionCreationOptions (Microsoft.Azure.RemoteRendering.RenderingSessionVmSize size, int maxLeaseTimeHours, int maxLeaseTimeMinutes = 0);
new Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions : Microsoft.Azure.RemoteRendering.RenderingSessionVmSize * int * int -> Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions
Public Sub New (size As RenderingSessionVmSize, maxLeaseTimeHours As Integer, Optional maxLeaseTimeMinutes As Integer = 0)

参数

maxLeaseTimeHours
Int32
maxLeaseTimeMinutes
Int32

适用于

RenderingSessionCreationOptions(String, RenderingSessionVmSize, Int32, Int32)

public RenderingSessionCreationOptions (string sessionId, Microsoft.Azure.RemoteRendering.RenderingSessionVmSize size, int maxLeaseTimeHours, int maxLeaseTimeMinutes = 0);
new Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions : string * Microsoft.Azure.RemoteRendering.RenderingSessionVmSize * int * int -> Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions
Public Sub New (sessionId As String, size As RenderingSessionVmSize, maxLeaseTimeHours As Integer, Optional maxLeaseTimeMinutes As Integer = 0)

参数

sessionId
String
maxLeaseTimeHours
Int32
maxLeaseTimeMinutes
Int32

适用于