다음을 통해 공유


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

적용 대상