ArmDataBoxEdgeModelFactory.DataBoxEdgeUserData Method
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.
Initializes a new instance of DataBoxEdgeUserData.
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserData DataBoxEdgeUserData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret encryptedPassword = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.ShareAccessRight> shareAccessRights = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUserType? userType = default);
static member DataBoxEdgeUserData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret * seq<Azure.ResourceManager.DataBoxEdge.Models.ShareAccessRight> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUserType> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserData
Public Shared Function DataBoxEdgeUserData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IEnumerable(Of ShareAccessRight) = Nothing, Optional userType As Nullable(Of DataBoxEdgeUserType) = Nothing) As DataBoxEdgeUserData
Parameters
- name
- String
- resourceType
- ResourceType
- systemData
- SystemData
- encryptedPassword
- AsymmetricEncryptedSecret
- shareAccessRights
- IEnumerable<ShareAccessRight>
- userType
- Nullable<DataBoxEdgeUserType>