azure-docs-sdk-java/docs-ref-autogen/com.azure.mixedreality.remo...

82 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions"
name: "BeginSessionOptions"
nameWithType: "BeginSessionOptions"
summary: "Options for a session to be created."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class BeginSessionOptions"
constructors:
- uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.BeginSessionOptions()"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.BeginSessionOptions()"
name: "BeginSessionOptions()"
nameWithType: "BeginSessionOptions.BeginSessionOptions()"
syntax: "public BeginSessionOptions()"
methods:
- uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.getMaxLeaseTime()"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.getMaxLeaseTime()"
name: "getMaxLeaseTime()"
nameWithType: "BeginSessionOptions.getMaxLeaseTime()"
summary: "Get the max<wbr>Lease<wbr>Time property: The time the session will run after reaching the 'Ready' state."
syntax: "public Duration getMaxLeaseTime()"
desc: "Get the maxLeaseTime property: The time the session will run after reaching the 'Ready' state."
returns:
description: "the maxLeaseTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.getSize()"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.getSize()"
name: "getSize()"
nameWithType: "BeginSessionOptions.getSize()"
summary: "Get the size property: Size of the server used for the rendering session."
syntax: "public RenderingSessionSize getSize()"
desc: "Get the size property: Size of the server used for the rendering session. Remote Rendering with Standard size server has a maximum scene size of 20 million polygons. Remote Rendering with Premium size does not enforce a hard maximum, but performance may be degraded if your content exceeds the rendering capabilities of the service."
returns:
description: "the size value."
type: "<xref href=\"com.azure.mixedreality.remoterendering.models.RenderingSessionSize?alt=com.azure.mixedreality.remoterendering.models.RenderingSessionSize&text=RenderingSessionSize\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.setMaxLeaseTime(java.time.Duration)"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.setMaxLeaseTime(Duration maxLeaseTime)"
name: "setMaxLeaseTime(Duration maxLeaseTime)"
nameWithType: "BeginSessionOptions.setMaxLeaseTime(Duration maxLeaseTime)"
summary: "Set the max<wbr>Lease<wbr>Time property: The time the session will run after reaching the 'Ready' state."
parameters:
- description: "the maxLeaseTime value"
name: "maxLeaseTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public BeginSessionOptions setMaxLeaseTime(Duration maxLeaseTime)"
desc: "Set the maxLeaseTime property: The time the session will run after reaching the 'Ready' state."
returns:
description: "this BeginSessionOptions object."
type: "<xref href=\"com.azure.mixedreality.remoterendering.models.BeginSessionOptions?alt=com.azure.mixedreality.remoterendering.models.BeginSessionOptions&text=BeginSessionOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.setSize(com.azure.mixedreality.remoterendering.models.RenderingSessionSize)"
fullName: "com.azure.mixedreality.remoterendering.models.BeginSessionOptions.setSize(RenderingSessionSize size)"
name: "setSize(RenderingSessionSize size)"
nameWithType: "BeginSessionOptions.setSize(RenderingSessionSize size)"
summary: "Set the size property: Size of the server used for the rendering session."
parameters:
- description: "the size value"
name: "size"
type: "<xref href=\"com.azure.mixedreality.remoterendering.models.RenderingSessionSize?alt=com.azure.mixedreality.remoterendering.models.RenderingSessionSize&text=RenderingSessionSize\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BeginSessionOptions setSize(RenderingSessionSize size)"
desc: "Set the size property: Size of the server used for the rendering session. Remote Rendering with Standard size server has a maximum scene size of 20 million polygons. Remote Rendering with Premium size does not enforce a hard maximum, but performance may be degraded if your content exceeds the rendering capabilities of the service."
returns:
description: "this BeginSessionOptions object."
type: "<xref href=\"com.azure.mixedreality.remoterendering.models.BeginSessionOptions?alt=com.azure.mixedreality.remoterendering.models.BeginSessionOptions&text=BeginSessionOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Options for a session to be created."
metadata: {}
package: "com.azure.mixedreality.remoterendering.models"
artifact: com.azure:azure-mixedreality-remoterendering:1.1.11