IntegrationAccountSchemaType 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 schema type.
public readonly struct IntegrationAccountSchemaType : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationAccountSchemaType>
type IntegrationAccountSchemaType = struct
Public Structure IntegrationAccountSchemaType
Implements IEquatable(Of IntegrationAccountSchemaType)
- Inheritance
-
IntegrationAccountSchemaType
- Implements
Constructors
| Name | Description |
|---|---|
| IntegrationAccountSchemaType(String) |
Initializes a new instance of IntegrationAccountSchemaType. |
Properties
| Name | Description |
|---|---|
| NotSpecified |
NotSpecified. |
| Xml |
Xml. |
Methods
| Name | Description |
|---|---|
| Equals(IntegrationAccountSchemaType) |
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(IntegrationAccountSchemaType, IntegrationAccountSchemaType) |
Determines if two IntegrationAccountSchemaType values are the same. |
| Implicit(String to IntegrationAccountSchemaType) |
Converts a String to a IntegrationAccountSchemaType. |
| Inequality(IntegrationAccountSchemaType, IntegrationAccountSchemaType) |
Determines if two IntegrationAccountSchemaType values are not the same. |