RenderingSessionCreationOptions 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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