RangerProfile(RangerAdminSpec, RangerUsersyncSpec) Constructor
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 RangerProfile.
public RangerProfile (Azure.ResourceManager.HDInsight.Containers.Models.RangerAdminSpec rangerAdmin, Azure.ResourceManager.HDInsight.Containers.Models.RangerUsersyncSpec rangerUsersync);
new Azure.ResourceManager.HDInsight.Containers.Models.RangerProfile : Azure.ResourceManager.HDInsight.Containers.Models.RangerAdminSpec * Azure.ResourceManager.HDInsight.Containers.Models.RangerUsersyncSpec -> Azure.ResourceManager.HDInsight.Containers.Models.RangerProfile
Public Sub New (rangerAdmin As RangerAdminSpec, rangerUsersync As RangerUsersyncSpec)
Parameters
- rangerAdmin
- RangerAdminSpec
Specification for the Ranger Admin service.
- rangerUsersync
- RangerUsersyncSpec
Specification for the Ranger Usersync service.
Exceptions
rangerAdmin
or rangerUsersync
is null.