AkriConnectorsImagePullPolicy 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.
Image pull policy.
public readonly struct AkriConnectorsImagePullPolicy : IEquatable<Azure.ResourceManager.IotOperations.Models.AkriConnectorsImagePullPolicy>
type AkriConnectorsImagePullPolicy = struct
Public Structure AkriConnectorsImagePullPolicy
Implements IEquatable(Of AkriConnectorsImagePullPolicy)
- Inheritance
-
AkriConnectorsImagePullPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| AkriConnectorsImagePullPolicy(String) |
Initializes a new instance of AkriConnectorsImagePullPolicy. |
Properties
| Name | Description |
|---|---|
| Always |
Always pull the image. |
| IfNotPresent |
IfNotPresent pull the image. |
| Never |
Never pull the image. |
Methods
| Name | Description |
|---|---|
| Equals(AkriConnectorsImagePullPolicy) |
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(AkriConnectorsImagePullPolicy, AkriConnectorsImagePullPolicy) |
Determines if two AkriConnectorsImagePullPolicy values are the same. |
| Implicit(String to AkriConnectorsImagePullPolicy) |
Converts a String to a AkriConnectorsImagePullPolicy. |
| Inequality(AkriConnectorsImagePullPolicy, AkriConnectorsImagePullPolicy) |
Determines if two AkriConnectorsImagePullPolicy values are not the same. |