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

126 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration"
name: "ClientRegistration"
nameWithType: "ClientRegistration"
summary: "The configuration settings of the app registration for providers that have client ids and client secrets."
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 **ClientRegistration**</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.ClientRegistration?alt=com.azure.resourcemanager.appcontainers.models.ClientRegistration&text=ClientRegistration\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.ClientRegistration()"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.ClientRegistration()"
name: "ClientRegistration()"
nameWithType: "ClientRegistration.ClientRegistration()"
summary: "Creates an instance of Client<wbr>Registration class."
syntax: "public ClientRegistration()"
desc: "Creates an instance of ClientRegistration class."
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.clientId()"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.clientId()"
name: "clientId()"
nameWithType: "ClientRegistration.clientId()"
summary: "Get the client<wbr>Id property: The Client ID of the app used for login."
syntax: "public String clientId()"
desc: "Get the clientId property: The Client ID of the app used for login."
returns:
description: "the clientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.clientSecretSettingName()"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.clientSecretSettingName()"
name: "clientSecretSettingName()"
nameWithType: "ClientRegistration.clientSecretSettingName()"
summary: "Get the client<wbr>Secret<wbr>Setting<wbr>Name property: The app setting name that contains the client secret."
syntax: "public String clientSecretSettingName()"
desc: "Get the clientSecretSettingName property: The app setting name that contains the client secret."
returns:
description: "the clientSecretSettingName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ClientRegistration.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Client<wbr>Registration 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 ClientRegistration fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ClientRegistration."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ClientRegistration from the JsonReader."
returns:
description: "An instance of ClientRegistration if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ClientRegistration?alt=com.azure.resourcemanager.appcontainers.models.ClientRegistration&text=ClientRegistration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ClientRegistration.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.ClientRegistration.validate()"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.validate()"
name: "validate()"
nameWithType: "ClientRegistration.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.withClientId(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.withClientId(String clientId)"
name: "withClientId(String clientId)"
nameWithType: "ClientRegistration.withClientId(String clientId)"
summary: "Set the client<wbr>Id property: The Client ID of the app used for login."
parameters:
- description: "the clientId value to set."
name: "clientId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClientRegistration withClientId(String clientId)"
desc: "Set the clientId property: The Client ID of the app used for login."
returns:
description: "the ClientRegistration object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ClientRegistration?alt=com.azure.resourcemanager.appcontainers.models.ClientRegistration&text=ClientRegistration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.withClientSecretSettingName(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.ClientRegistration.withClientSecretSettingName(String clientSecretSettingName)"
name: "withClientSecretSettingName(String clientSecretSettingName)"
nameWithType: "ClientRegistration.withClientSecretSettingName(String clientSecretSettingName)"
summary: "Set the client<wbr>Secret<wbr>Setting<wbr>Name property: The app setting name that contains the client secret."
parameters:
- description: "the clientSecretSettingName value to set."
name: "clientSecretSettingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ClientRegistration withClientSecretSettingName(String clientSecretSettingName)"
desc: "Set the clientSecretSettingName property: The app setting name that contains the client secret."
returns:
description: "the ClientRegistration object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ClientRegistration?alt=com.azure.resourcemanager.appcontainers.models.ClientRegistration&text=ClientRegistration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The configuration settings of the app registration for providers that have client ids and client secrets."
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.ClientRegistration?alt=com.azure.resourcemanager.appcontainers.models.ClientRegistration&text=ClientRegistration\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0