azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.datalake.analytics.models.EntityId.name()
name: name()
nameWithType: EntityId.name()
returns:
description: <p>the name value </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.DdlName?alt=com.microsoft.azure.management.datalake.analytics.models.DdlName&text=DdlName" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public DdlName name()
uid: com.microsoft.azure.management.datalake.analytics.models.EntityId.name()
- fullName: com.microsoft.azure.management.datalake.analytics.models.EntityId.version()
name: version()
nameWithType: EntityId.version()
returns:
description: <p>the version value </p>
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the version value.</p>
<p></p>
syntax: public UUID version()
uid: com.microsoft.azure.management.datalake.analytics.models.EntityId.version()
- fullName: com.microsoft.azure.management.datalake.analytics.models.EntityId.withName(DdlName name)
name: withName(DdlName name)
nameWithType: EntityId.withName(DdlName name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.DdlName?alt=com.microsoft.azure.management.datalake.analytics.models.DdlName&text=DdlName" data-throw-if-not-resolved="False"/>
returns:
description: <p>the EntityId object itself. </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.EntityId?alt=com.microsoft.azure.management.datalake.analytics.models.EntityId&text=EntityId" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public EntityId withName(DdlName name)
uid: com.microsoft.azure.management.datalake.analytics.models.EntityId.withName(DdlName)
- fullName: com.microsoft.azure.management.datalake.analytics.models.EntityId.withVersion(UUID version)
name: withVersion(UUID version)
nameWithType: EntityId.withVersion(UUID version)
parameters:
- description: <p>the version value to set </p>
name: version
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
returns:
description: <p>the EntityId object itself. </p>
type: <xref href="com.microsoft.azure.management.datalake.analytics.models.EntityId?alt=com.microsoft.azure.management.datalake.analytics.models.EntityId&text=EntityId" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the version value.</p>
<p></p>
syntax: public EntityId withVersion(UUID version)
uid: com.microsoft.azure.management.datalake.analytics.models.EntityId.withVersion(UUID)
nameWithType: EntityId
syntax: public class EntityId
type: class
uid: com.microsoft.azure.management.datalake.analytics.models.EntityId
fullName: com.microsoft.azure.management.datalake.analytics.models.EntityId
name: EntityId
package: com.microsoft.azure.management.datalake.analytics.models
summary: <p>A Data Lake Analytics catalog entity identifier object. </p>
metadata: {}