150 строки
10 KiB
YAML
150 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.Apple"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple"
|
|
name: "Apple"
|
|
nameWithType: "Apple"
|
|
summary: "The configuration settings of the Apple 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 **Apple**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.Apple()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.Apple()"
|
|
name: "Apple()"
|
|
nameWithType: "Apple.Apple()"
|
|
summary: "Creates an instance of Apple class."
|
|
syntax: "public Apple()"
|
|
desc: "Creates an instance of Apple class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.enabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.enabled()"
|
|
name: "enabled()"
|
|
nameWithType: "Apple.enabled()"
|
|
summary: "Get the enabled property: <code>false</code> if the Apple 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 Apple 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.appservice.models.Apple.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "Apple.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Apple 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 Apple fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the Apple."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of Apple from the JsonReader."
|
|
returns:
|
|
description: "An instance of Apple 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.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.login()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.login()"
|
|
name: "login()"
|
|
nameWithType: "Apple.login()"
|
|
summary: "Get the login property: The configuration settings of the login flow."
|
|
syntax: "public LoginScopes login()"
|
|
desc: "Get the login property: The configuration settings of the login flow."
|
|
returns:
|
|
description: "the login value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.LoginScopes?alt=com.azure.resourcemanager.appservice.models.LoginScopes&text=LoginScopes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.registration()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.registration()"
|
|
name: "registration()"
|
|
nameWithType: "Apple.registration()"
|
|
summary: "Get the registration property: The configuration settings of the Apple registration."
|
|
syntax: "public AppleRegistration registration()"
|
|
desc: "Get the registration property: The configuration settings of the Apple registration."
|
|
returns:
|
|
description: "the registration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AppleRegistration?alt=com.azure.resourcemanager.appservice.models.AppleRegistration&text=AppleRegistration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "Apple.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.appservice.models.Apple.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Apple.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.withEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.withEnabled(Boolean enabled)"
|
|
name: "withEnabled(Boolean enabled)"
|
|
nameWithType: "Apple.withEnabled(Boolean enabled)"
|
|
summary: "Set the enabled property: <code>false</code> if the Apple 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 Apple withEnabled(Boolean enabled)"
|
|
desc: "Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>."
|
|
returns:
|
|
description: "the Apple object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.withLogin(com.azure.resourcemanager.appservice.models.LoginScopes)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.withLogin(LoginScopes login)"
|
|
name: "withLogin(LoginScopes login)"
|
|
nameWithType: "Apple.withLogin(LoginScopes login)"
|
|
summary: "Set the login property: The configuration settings of the login flow."
|
|
parameters:
|
|
- description: "the login value to set."
|
|
name: "login"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.LoginScopes?alt=com.azure.resourcemanager.appservice.models.LoginScopes&text=LoginScopes\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Apple withLogin(LoginScopes login)"
|
|
desc: "Set the login property: The configuration settings of the login flow."
|
|
returns:
|
|
description: "the Apple object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Apple.withRegistration(com.azure.resourcemanager.appservice.models.AppleRegistration)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Apple.withRegistration(AppleRegistration registration)"
|
|
name: "withRegistration(AppleRegistration registration)"
|
|
nameWithType: "Apple.withRegistration(AppleRegistration registration)"
|
|
summary: "Set the registration property: The configuration settings of the Apple registration."
|
|
parameters:
|
|
- description: "the registration value to set."
|
|
name: "registration"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AppleRegistration?alt=com.azure.resourcemanager.appservice.models.AppleRegistration&text=AppleRegistration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Apple withRegistration(AppleRegistration registration)"
|
|
desc: "Set the registration property: The configuration settings of the Apple registration."
|
|
returns:
|
|
description: "the Apple object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The configuration settings of the Apple provider."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.Apple?alt=com.azure.resourcemanager.appservice.models.Apple&text=Apple\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0
|