UserInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. UserInner
- com.
- com.
- com.
public final class UserInner
extends ProxyOnlyResource
User credentials used for publishing activity.
Constructor Summary
Constructor | Description |
---|---|
UserInner() |
Creates an instance of User |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
publishingPassword()
Get the publishing |
String |
publishingPasswordHash()
Get the publishing |
String |
publishingPasswordHashSalt()
Get the publishing |
String |
publishingUsername()
Get the publishing |
String |
scmUri()
Get the scm |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
User |
withKind(String kind)
Set the kind property: Kind of resource. |
User |
withPublishingPassword(String publishingPassword)
Set the publishing |
User |
withPublishingPasswordHash(String publishingPasswordHash)
Set the publishing |
User |
withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
Set the publishing |
User |
withPublishingUsername(String publishingUsername)
Set the publishing |
User |
withScmUri(String scmUri)
Set the scm |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
UserInner
public UserInner()
Creates an instance of UserInner class.
Method Details
fromJson
public static UserInner fromJson(JsonReader jsonReader)
Reads an instance of UserInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
UserInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
UserInner.name()Returns:
publishingPassword
public String publishingPassword()
Get the publishingPassword property: Password used for publishing.
Returns:
publishingPasswordHash
public String publishingPasswordHash()
Get the publishingPasswordHash property: Password hash used for publishing.
Returns:
publishingPasswordHashSalt
public String publishingPasswordHashSalt()
Get the publishingPasswordHashSalt property: Password hash salt used for publishing.
Returns:
publishingUsername
public String publishingUsername()
Get the publishingUsername property: Username used for publishing.
Returns:
scmUri
public String scmUri()
Get the scmUri property: Url of SCM site.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
UserInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
UserInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
UserInner.validate()withKind
public UserInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
UserInner.withKind(String kind)Parameters:
withPublishingPassword
public UserInner withPublishingPassword(String publishingPassword)
Set the publishingPassword property: Password used for publishing.
Parameters:
Returns:
withPublishingPasswordHash
public UserInner withPublishingPasswordHash(String publishingPasswordHash)
Set the publishingPasswordHash property: Password hash used for publishing.
Parameters:
Returns:
withPublishingPasswordHashSalt
public UserInner withPublishingPasswordHashSalt(String publishingPasswordHashSalt)
Set the publishingPasswordHashSalt property: Password hash salt used for publishing.
Parameters:
Returns:
withPublishingUsername
public UserInner withPublishingUsername(String publishingUsername)
Set the publishingUsername property: Username used for publishing.
Parameters:
Returns:
withScmUri
public UserInner withScmUri(String scmUri)
Set the scmUri property: Url of SCM site.
Parameters:
Returns:
Applies to
Azure SDK for Java