ServerTrustGroupPropertiesTrustScopesItem Struct
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 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
ServerTrustGroupPropertiesTrustScopesItem(String) |
Initializes a new instance of ServerTrustGroupPropertiesTrustScopesItem. |
Properties
GlobalTransactions |
GlobalTransactions. |
ServiceBroker |
ServiceBroker. |
Methods
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
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
Azure SDK for .NET