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

108 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn"
name: "SyncGroupSchemaTableColumn"
nameWithType: "SyncGroupSchemaTableColumn"
summary: "Properties of column in sync group table."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SyncGroupSchemaTableColumn**"
constructors:
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.SyncGroupSchemaTableColumn()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.SyncGroupSchemaTableColumn()"
name: "SyncGroupSchemaTableColumn()"
nameWithType: "SyncGroupSchemaTableColumn.SyncGroupSchemaTableColumn()"
syntax: "public SyncGroupSchemaTableColumn()"
methods:
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.dataSize()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.dataSize()"
name: "dataSize()"
nameWithType: "SyncGroupSchemaTableColumn.dataSize()"
summary: "Get data size of the column."
syntax: "public String dataSize()"
desc: "Get data size of the column."
returns:
description: "the dataSize value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.dataType()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.dataType()"
name: "dataType()"
nameWithType: "SyncGroupSchemaTableColumn.dataType()"
summary: "Get data type of the column."
syntax: "public String dataType()"
desc: "Get data type of the column."
returns:
description: "the dataType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.quotedName()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.quotedName()"
name: "quotedName()"
nameWithType: "SyncGroupSchemaTableColumn.quotedName()"
summary: "Get quoted name of sync group table column."
syntax: "public String quotedName()"
desc: "Get quoted name of sync group table column."
returns:
description: "the quotedName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withDataSize(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withDataSize(String dataSize)"
name: "withDataSize(String dataSize)"
nameWithType: "SyncGroupSchemaTableColumn.withDataSize(String dataSize)"
summary: "Set data size of the column."
parameters:
- description: "the dataSize value to set"
name: "dataSize"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SyncGroupSchemaTableColumn withDataSize(String dataSize)"
desc: "Set data size of the column."
returns:
description: "the SyncGroupSchemaTableColumn object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn&text=SyncGroupSchemaTableColumn\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withDataType(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withDataType(String dataType)"
name: "withDataType(String dataType)"
nameWithType: "SyncGroupSchemaTableColumn.withDataType(String dataType)"
summary: "Set data type of the column."
parameters:
- description: "the dataType value to set"
name: "dataType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SyncGroupSchemaTableColumn withDataType(String dataType)"
desc: "Set data type of the column."
returns:
description: "the SyncGroupSchemaTableColumn object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn&text=SyncGroupSchemaTableColumn\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withQuotedName(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn.withQuotedName(String quotedName)"
name: "withQuotedName(String quotedName)"
nameWithType: "SyncGroupSchemaTableColumn.withQuotedName(String quotedName)"
summary: "Set quoted name of sync group table column."
parameters:
- description: "the quotedName value to set"
name: "quotedName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SyncGroupSchemaTableColumn withQuotedName(String quotedName)"
desc: "Set quoted name of sync group table column."
returns:
description: "the SyncGroupSchemaTableColumn object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn&text=SyncGroupSchemaTableColumn\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of column in sync group table."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4