AutoImportJobUpdatePropertiesAdminStatus 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 administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'.
public readonly struct AutoImportJobUpdatePropertiesAdminStatus : IEquatable<Azure.ResourceManager.StorageCache.Models.AutoImportJobUpdatePropertiesAdminStatus>
type AutoImportJobUpdatePropertiesAdminStatus = struct
Public Structure AutoImportJobUpdatePropertiesAdminStatus
Implements IEquatable(Of AutoImportJobUpdatePropertiesAdminStatus)
- Inheritance
-
AutoImportJobUpdatePropertiesAdminStatus
- Implements
Constructors
| Name | Description |
|---|---|
| AutoImportJobUpdatePropertiesAdminStatus(String) |
Initializes a new instance of AutoImportJobUpdatePropertiesAdminStatus. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable. |
| Enable |
Enable. |
Methods
| Name | Description |
|---|---|
| Equals(AutoImportJobUpdatePropertiesAdminStatus) |
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(AutoImportJobUpdatePropertiesAdminStatus, AutoImportJobUpdatePropertiesAdminStatus) |
Determines if two AutoImportJobUpdatePropertiesAdminStatus values are the same. |
| Implicit(String to AutoImportJobUpdatePropertiesAdminStatus) |
Converts a String to a AutoImportJobUpdatePropertiesAdminStatus. |
| Inequality(AutoImportJobUpdatePropertiesAdminStatus, AutoImportJobUpdatePropertiesAdminStatus) |
Determines if two AutoImportJobUpdatePropertiesAdminStatus values are not the same. |