Share via


ServerTrustGroupPropertiesTrustScopesItem Struct

Definition

The ServerTrustGroupPropertiesTrustScopesItem.

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

Constructors

Name Description
ServerTrustGroupPropertiesTrustScopesItem(String)

Initializes a new instance of ServerTrustGroupPropertiesTrustScopesItem.

Properties

Name Description
GlobalTransactions

GlobalTransactions.

ServiceBroker

ServiceBroker.

Methods

Name Description
Equals(ServerTrustGroupPropertiesTrustScopesItem)

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

Name Description
Equality(ServerTrustGroupPropertiesTrustScopesItem, ServerTrustGroupPropertiesTrustScopesItem)

Determines if two ServerTrustGroupPropertiesTrustScopesItem values are the same.

Implicit(String to ServerTrustGroupPropertiesTrustScopesItem)

Converts a String to a ServerTrustGroupPropertiesTrustScopesItem.

Inequality(ServerTrustGroupPropertiesTrustScopesItem, ServerTrustGroupPropertiesTrustScopesItem)

Determines if two ServerTrustGroupPropertiesTrustScopesItem values are not the same.

Applies to