52 строки
4.5 KiB
YAML
52 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.data.tables.models.TableAccessPolicies"
|
|
fullName: "com.azure.data.tables.models.TableAccessPolicies"
|
|
name: "TableAccessPolicies"
|
|
nameWithType: "TableAccessPolicies"
|
|
summary: "This class contains values which correlate to the access polices set for a specific table."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TableAccessPolicies**"
|
|
constructors:
|
|
- uid: "com.azure.data.tables.models.TableAccessPolicies.TableAccessPolicies(java.util.List<com.azure.data.tables.models.TableSignedIdentifier>)"
|
|
fullName: "com.azure.data.tables.models.TableAccessPolicies.TableAccessPolicies(List<TableSignedIdentifier> identifiers)"
|
|
name: "TableAccessPolicies(List<TableSignedIdentifier> identifiers)"
|
|
nameWithType: "TableAccessPolicies.TableAccessPolicies(List<TableSignedIdentifier> identifiers)"
|
|
summary: "Constructs a <xref uid=\"com.azure.data.tables.models.TableAccessPolicies\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableAccessPolicies\"></xref>."
|
|
parameters:
|
|
- description: "<xref uid=\"com.azure.data.tables.models.TableSignedIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSignedIdentifiers\"></xref> associated with the table."
|
|
name: "identifiers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.data.tables.models.TableSignedIdentifier?alt=com.azure.data.tables.models.TableSignedIdentifier&text=TableSignedIdentifier\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public TableAccessPolicies(List<TableSignedIdentifier> identifiers)"
|
|
desc: "Constructs a <xref uid=\"com.azure.data.tables.models.TableAccessPolicies\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableAccessPolicies\"></xref>."
|
|
methods:
|
|
- uid: "com.azure.data.tables.models.TableAccessPolicies.getIdentifiers()"
|
|
fullName: "com.azure.data.tables.models.TableAccessPolicies.getIdentifiers()"
|
|
name: "getIdentifiers()"
|
|
nameWithType: "TableAccessPolicies.getIdentifiers()"
|
|
summary: "Returns the <xref uid=\"com.azure.data.tables.models.TableSignedIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSignedIdentifiesrs\"></xref> associated with the table"
|
|
syntax: "public List<TableSignedIdentifier> getIdentifiers()"
|
|
desc: "Returns the <xref uid=\"com.azure.data.tables.models.TableSignedIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSignedIdentifiesrs\"></xref> associated with the table"
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.data.tables.models.TableSignedIdentifier\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSignedIdentifiers\"></xref> associated with the table."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.data.tables.models.TableSignedIdentifier?alt=com.azure.data.tables.models.TableSignedIdentifier&text=TableSignedIdentifier\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "This class contains values which correlate to the access polices set for a specific table."
|
|
metadata: {}
|
|
package: "com.azure.data.tables.models"
|
|
artifact: com.azure:azure-data-tables:12.4.6
|