Class UserFragment
Profile of a lab user.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class UserFragment : Microsoft.Azure.Management.DevTestLabs.Models.UpdateResource
Constructors
UserFragment()
Initializes a new instance of the UserFragment class.
Declaration
public UserFragment ();
UserFragment(IDictionary<String,String>, UserIdentityFragment, UserSecretStoreFragment)
Initializes a new instance of the UserFragment class.
Declaration
public UserFragment (System.Collections.Generic.IDictionary<string,string> tags = null, Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment identity = null, Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment secretStore = null);
Parameters
|
IDictionary<String,String>
tags
The tags of the resource. |
|
UserIdentityFragment
identity
The identity of the user. |
|
UserSecretStoreFragment
secretStore
The secret store of the user. |
Properties
Identity
Gets or sets the identity of the user.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.identity")]
public Microsoft.Azure.Management.DevTestLabs.Models.UserIdentityFragment Identity { get; set; }
Property Value
|
UserIdentityFragment
|
SecretStore
Gets or sets the secret store of the user.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.secretStore")]
public Microsoft.Azure.Management.DevTestLabs.Models.UserSecretStoreFragment SecretStore { get; set; }
Property Value
|
UserSecretStoreFragment
|