ApiCenterImportSpecificationModel 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 API source specification import options.
public readonly struct ApiCenterImportSpecificationModel : IEquatable<Azure.ResourceManager.ApiCenter.Models.ApiCenterImportSpecificationModel>
type ApiCenterImportSpecificationModel = struct
Public Structure ApiCenterImportSpecificationModel
Implements IEquatable(Of ApiCenterImportSpecificationModel)
- Inheritance
-
ApiCenterImportSpecificationModel
- Implements
Constructors
| Name | Description |
|---|---|
| ApiCenterImportSpecificationModel(String) |
Initializes a new instance of ApiCenterImportSpecificationModel. |
Properties
| Name | Description |
|---|---|
| Always |
Indicates that the specification should always be imported along with metadata. |
| Never |
Indicates that the specification should be never be imported. |
| OnDemand |
Indicates that the specification should be imported only by request. |
Methods
| Name | Description |
|---|---|
| Equals(ApiCenterImportSpecificationModel) |
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(ApiCenterImportSpecificationModel, ApiCenterImportSpecificationModel) |
Determines if two ApiCenterImportSpecificationModel values are the same. |
| Implicit(String to ApiCenterImportSpecificationModel) |
Converts a string to a ApiCenterImportSpecificationModel. |
| Implicit(String to Nullable<ApiCenterImportSpecificationModel>) | |
| Inequality(ApiCenterImportSpecificationModel, ApiCenterImportSpecificationModel) |
Determines if two ApiCenterImportSpecificationModel values are not the same. |