Share via


SearchServiceResourceType Struct

Definition

The type of the resource whose name is to be validated. This value must always be 'searchServices'.

public readonly struct SearchServiceResourceType : IEquatable<Azure.ResourceManager.Search.Models.SearchServiceResourceType>
type SearchServiceResourceType = struct
Public Structure SearchServiceResourceType
Implements IEquatable(Of SearchServiceResourceType)
Inheritance
SearchServiceResourceType
Implements

Constructors

SearchServiceResourceType(String)

Initializes a new instance of SearchServiceResourceType.

Properties

SearchServices

searchServices.

Methods

Equals(SearchServiceResourceType)

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(SearchServiceResourceType, SearchServiceResourceType)

Determines if two SearchServiceResourceType values are the same.

Implicit(String to SearchServiceResourceType)

Converts a string to a SearchServiceResourceType.

Inequality(SearchServiceResourceType, SearchServiceResourceType)

Determines if two SearchServiceResourceType values are not the same.

Applies to