256 строки
18 KiB
YAML
256 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner"
|
|
name: "UserInner"
|
|
nameWithType: "UserInner"
|
|
summary: "User credentials used for publishing activity."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource&text=ProxyOnlyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.id()?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.kind()?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.kind&text=kind\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.name()?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.type()?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.validate()?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource.withKind(java.lang.String)?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource.withKind&text=withKind\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **UserInner**</br> extends <xref href=\"com.azure.resourcemanager.appservice.models.ProxyOnlyResource?alt=com.azure.resourcemanager.appservice.models.ProxyOnlyResource&text=ProxyOnlyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.UserInner()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.UserInner()"
|
|
name: "UserInner()"
|
|
nameWithType: "UserInner.UserInner()"
|
|
summary: "Creates an instance of User<wbr>Inner class."
|
|
syntax: "public UserInner()"
|
|
desc: "Creates an instance of UserInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "UserInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of User<wbr>Inner 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 UserInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of UserInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of UserInner if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.id()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.id()"
|
|
name: "id()"
|
|
nameWithType: "UserInner.id()"
|
|
summary: "Get the id property: Fully qualified resource Id for the resource."
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.id()"
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.name()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.name()"
|
|
name: "name()"
|
|
nameWithType: "UserInner.name()"
|
|
summary: "Get the name property: The name of the resource."
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.name()"
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPassword()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPassword()"
|
|
name: "publishingPassword()"
|
|
nameWithType: "UserInner.publishingPassword()"
|
|
summary: "Get the publishing<wbr>Password property: Password used for publishing."
|
|
syntax: "public String publishingPassword()"
|
|
desc: "Get the publishingPassword property: Password used for publishing."
|
|
returns:
|
|
description: "the publishingPassword value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPasswordHash()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPasswordHash()"
|
|
name: "publishingPasswordHash()"
|
|
nameWithType: "UserInner.publishingPasswordHash()"
|
|
summary: "Get the publishing<wbr>Password<wbr>Hash property: Password hash used for publishing."
|
|
syntax: "public String publishingPasswordHash()"
|
|
desc: "Get the publishingPasswordHash property: Password hash used for publishing."
|
|
returns:
|
|
description: "the publishingPasswordHash value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPasswordHashSalt()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingPasswordHashSalt()"
|
|
name: "publishingPasswordHashSalt()"
|
|
nameWithType: "UserInner.publishingPasswordHashSalt()"
|
|
summary: "Get the publishing<wbr>Password<wbr>Hash<wbr>Salt property: Password hash salt used for publishing."
|
|
syntax: "public String publishingPasswordHashSalt()"
|
|
desc: "Get the publishingPasswordHashSalt property: Password hash salt used for publishing."
|
|
returns:
|
|
description: "the publishingPasswordHashSalt value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingUsername()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.publishingUsername()"
|
|
name: "publishingUsername()"
|
|
nameWithType: "UserInner.publishingUsername()"
|
|
summary: "Get the publishing<wbr>Username property: Username used for publishing."
|
|
syntax: "public String publishingUsername()"
|
|
desc: "Get the publishingUsername property: Username used for publishing."
|
|
returns:
|
|
description: "the publishingUsername value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.scmUri()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.scmUri()"
|
|
name: "scmUri()"
|
|
nameWithType: "UserInner.scmUri()"
|
|
summary: "Get the scm<wbr>Uri property: Url of SCM site."
|
|
syntax: "public String scmUri()"
|
|
desc: "Get the scmUri property: Url of SCM site."
|
|
returns:
|
|
description: "the scmUri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "UserInner.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.toJson(com.azure.json.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.fluent.models.UserInner.type()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.type()"
|
|
name: "type()"
|
|
nameWithType: "UserInner.type()"
|
|
summary: "Get the type property: The type of the resource."
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.type()"
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "UserInner.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withKind(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withKind(String kind)"
|
|
name: "withKind(String kind)"
|
|
nameWithType: "UserInner.withKind(String kind)"
|
|
summary: "Set the kind property: Kind of resource."
|
|
overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.withKind(java.lang.String)"
|
|
parameters:
|
|
- name: "kind"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withKind(String kind)"
|
|
desc: "Set the kind property: Kind of resource."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPassword(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPassword(String publishingPassword)"
|
|
name: "withPublishingPassword(String publishingPassword)"
|
|
nameWithType: "UserInner.withPublishingPassword(String publishingPassword)"
|
|
summary: "Set the publishing<wbr>Password property: Password used for publishing."
|
|
parameters:
|
|
- description: "the publishingPassword value to set."
|
|
name: "publishingPassword"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withPublishingPassword(String publishingPassword)"
|
|
desc: "Set the publishingPassword property: Password used for publishing."
|
|
returns:
|
|
description: "the UserInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPasswordHash(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPasswordHash(String publishingPasswordHash)"
|
|
name: "withPublishingPasswordHash(String publishingPasswordHash)"
|
|
nameWithType: "UserInner.withPublishingPasswordHash(String publishingPasswordHash)"
|
|
summary: "Set the publishing<wbr>Password<wbr>Hash property: Password hash used for publishing."
|
|
parameters:
|
|
- description: "the publishingPasswordHash value to set."
|
|
name: "publishingPasswordHash"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withPublishingPasswordHash(String publishingPasswordHash)"
|
|
desc: "Set the publishingPasswordHash property: Password hash used for publishing."
|
|
returns:
|
|
description: "the UserInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPasswordHashSalt(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingPasswordHashSalt(String publishingPasswordHashSalt)"
|
|
name: "withPublishingPasswordHashSalt(String publishingPasswordHashSalt)"
|
|
nameWithType: "UserInner.withPublishingPasswordHashSalt(String publishingPasswordHashSalt)"
|
|
summary: "Set the publishing<wbr>Password<wbr>Hash<wbr>Salt property: Password hash salt used for publishing."
|
|
parameters:
|
|
- description: "the publishingPasswordHashSalt value to set."
|
|
name: "publishingPasswordHashSalt"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withPublishingPasswordHashSalt(String publishingPasswordHashSalt)"
|
|
desc: "Set the publishingPasswordHashSalt property: Password hash salt used for publishing."
|
|
returns:
|
|
description: "the UserInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingUsername(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withPublishingUsername(String publishingUsername)"
|
|
name: "withPublishingUsername(String publishingUsername)"
|
|
nameWithType: "UserInner.withPublishingUsername(String publishingUsername)"
|
|
summary: "Set the publishing<wbr>Username property: Username used for publishing."
|
|
parameters:
|
|
- description: "the publishingUsername value to set."
|
|
name: "publishingUsername"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withPublishingUsername(String publishingUsername)"
|
|
desc: "Set the publishingUsername property: Username used for publishing."
|
|
returns:
|
|
description: "the UserInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withScmUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.UserInner.withScmUri(String scmUri)"
|
|
name: "withScmUri(String scmUri)"
|
|
nameWithType: "UserInner.withScmUri(String scmUri)"
|
|
summary: "Set the scm<wbr>Uri property: Url of SCM site."
|
|
parameters:
|
|
- description: "the scmUri value to set."
|
|
name: "scmUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UserInner withScmUri(String scmUri)"
|
|
desc: "Set the scmUri property: Url of SCM site."
|
|
returns:
|
|
description: "the UserInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.UserInner?alt=com.azure.resourcemanager.appservice.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "User credentials used for publishing activity."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|