azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

126 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.Twitter"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter"
name: "Twitter"
nameWithType: "Twitter"
summary: "The configuration settings of the Twitter provider."
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 **Twitter**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.Twitter?alt=com.azure.resourcemanager.appcontainers.models.Twitter&text=Twitter\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.Twitter()"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.Twitter()"
name: "Twitter()"
nameWithType: "Twitter.Twitter()"
summary: "Creates an instance of Twitter class."
syntax: "public Twitter()"
desc: "Creates an instance of Twitter class."
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.enabled()"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.enabled()"
name: "enabled()"
nameWithType: "Twitter.enabled()"
summary: "Get the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Twitter.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Twitter from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Twitter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Twitter."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Twitter from the JsonReader."
returns:
description: "An instance of Twitter if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Twitter?alt=com.azure.resourcemanager.appcontainers.models.Twitter&text=Twitter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.registration()"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.registration()"
name: "registration()"
nameWithType: "Twitter.registration()"
summary: "Get the registration property: The configuration settings of the app registration for the Twitter provider."
syntax: "public TwitterRegistration registration()"
desc: "Get the registration property: The configuration settings of the app registration for the Twitter provider."
returns:
description: "the registration value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.TwitterRegistration?alt=com.azure.resourcemanager.appcontainers.models.TwitterRegistration&text=TwitterRegistration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Twitter.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.validate()"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.validate()"
name: "validate()"
nameWithType: "Twitter.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "Twitter.withEnabled(Boolean enabled)"
summary: "Set the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public Twitter withEnabled(Boolean enabled)"
desc: "Set the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>."
returns:
description: "the Twitter object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Twitter?alt=com.azure.resourcemanager.appcontainers.models.Twitter&text=Twitter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.Twitter.withRegistration(com.azure.resourcemanager.appcontainers.models.TwitterRegistration)"
fullName: "com.azure.resourcemanager.appcontainers.models.Twitter.withRegistration(TwitterRegistration registration)"
name: "withRegistration(TwitterRegistration registration)"
nameWithType: "Twitter.withRegistration(TwitterRegistration registration)"
summary: "Set the registration property: The configuration settings of the app registration for the Twitter provider."
parameters:
- description: "the registration value to set."
name: "registration"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.TwitterRegistration?alt=com.azure.resourcemanager.appcontainers.models.TwitterRegistration&text=TwitterRegistration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Twitter withRegistration(TwitterRegistration registration)"
desc: "Set the registration property: The configuration settings of the app registration for the Twitter provider."
returns:
description: "the Twitter object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Twitter?alt=com.azure.resourcemanager.appcontainers.models.Twitter&text=Twitter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The configuration settings of the Twitter provider."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.Twitter?alt=com.azure.resourcemanager.appcontainers.models.Twitter&text=Twitter\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0