Uses of Class
com.azure.resourcemanager.workloads.models.UserProfile
Packages that use UserProfile
Package
Description
Package containing the inner data models for WorkloadsClient.
Package containing the data models for WorkloadsClient.
-
Uses of UserProfile in com.azure.resourcemanager.workloads.fluent.models
Methods in com.azure.resourcemanager.workloads.fluent.models that return UserProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.adminUserProfile()
Get the adminUserProfile property: Admin user profile used for VM and VMSS.PhpWorkloadResourceProperties.adminUserProfile()
Get the adminUserProfile property: Admin user profile used for VM and VMSS.Methods in com.azure.resourcemanager.workloads.fluent.models with parameters of type UserProfileModifier and TypeMethodDescriptionPhpWorkloadResourceInner.withAdminUserProfile
(UserProfile adminUserProfile) Set the adminUserProfile property: Admin user profile used for VM and VMSS.PhpWorkloadResourceProperties.withAdminUserProfile
(UserProfile adminUserProfile) Set the adminUserProfile property: Admin user profile used for VM and VMSS. -
Uses of UserProfile in com.azure.resourcemanager.workloads.models
Methods in com.azure.resourcemanager.workloads.models that return UserProfileModifier and TypeMethodDescriptionPhpWorkloadResource.adminUserProfile()
Gets the adminUserProfile property: Admin user profile used for VM and VMSS.UserProfile.withSshPublicKey
(String sshPublicKey) Set the sshPublicKey property: SSH public key data.UserProfile.withUsername
(String username) Set the username property: User name.Methods in com.azure.resourcemanager.workloads.models with parameters of type UserProfileModifier and TypeMethodDescriptionPhpWorkloadResource.DefinitionStages.WithAdminUserProfile.withAdminUserProfile
(UserProfile adminUserProfile) Specifies the adminUserProfile property: Admin user profile used for VM and VMSS.