IUserProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.UserPropertiesTypeConverter))]
public interface IUserProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.UserPropertiesTypeConverter))>]
type IUserProperties = interface
interface IJsonSerializable
Public Interface IUserProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
PublishingPassword |
Password used for publishing. |
PublishingPasswordHash |
Password hash used for publishing. |
PublishingPasswordHashSalt |
Password hash salt used for publishing. |
PublishingUserName |
Username used for publishing. |
ScmUri |
Url of SCM site. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |