Share via


SearchBuiltInRole Struct

Definition

Built-in Search roles that you can assign to users, groups, service principals, and managed identities.

public readonly struct SearchBuiltInRole : IEquatable<Azure.Provisioning.Search.SearchBuiltInRole>
type SearchBuiltInRole = struct
Public Structure SearchBuiltInRole
Implements IEquatable(Of SearchBuiltInRole)
Inheritance
SearchBuiltInRole
Implements

Constructors

SearchBuiltInRole(String)

Built-in Search roles that you can assign to users, groups, service principals, and managed identities.

Properties

SearchIndexDataContributor

Grants full access to Azure Cognitive Search index data.

SearchIndexDataReader

Grants read access to Azure Cognitive Search index data.

SearchServiceContributor

Lets you manage Search services, but not access to them.

Methods

Equals(SearchBuiltInRole)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SearchBuiltInRole, SearchBuiltInRole)

Determines if two SearchBuiltInRole values are the same.

Implicit(String to SearchBuiltInRole)

Converts a string to a SearchBuiltInRole.

Inequality(SearchBuiltInRole, SearchBuiltInRole)

Determines if two SearchBuiltInRole values are different.

Applies to