Partilhar via


RenderingSessionCreationOptions Construtores

Definição

Sobrecargas

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)

Parâmetros

maxLeaseTimeHours
Int32
maxLeaseTimeMinutes
Int32

Aplica-se a

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)

Parâmetros

sessionId
String
maxLeaseTimeHours
Int32
maxLeaseTimeMinutes
Int32

Aplica-se a