RangerProfile Class
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.
The ranger cluster profile.
public class RangerProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.RangerProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.RangerProfile>
type RangerProfile = class
interface IJsonModel<RangerProfile>
interface IPersistableModel<RangerProfile>
Public Class RangerProfile
Implements IJsonModel(Of RangerProfile), IPersistableModel(Of RangerProfile)
- Inheritance
-
RangerProfile
- Implements
Constructors
RangerProfile(RangerAdminSpec, RangerUsersyncSpec) |
Initializes a new instance of RangerProfile. |
Properties
RangerAdmin |
Specification for the Ranger Admin service. |
RangerAuditStorageAccount |
Azure storage location of the blobs. MSI should have read/write access to this Storage account. |
RangerUsersync |
Specification for the Ranger Usersync service. |
Explicit Interface Implementations
IJsonModel<RangerProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RangerProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RangerProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RangerProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RangerProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET