SphereUpdatePolicy 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.
Update policy values.
public readonly struct SphereUpdatePolicy : IEquatable<Azure.ResourceManager.Sphere.Models.SphereUpdatePolicy>
type SphereUpdatePolicy = struct
Public Structure SphereUpdatePolicy
Implements IEquatable(Of SphereUpdatePolicy)
- Inheritance
-
SphereUpdatePolicy
- Implements
Constructors
| Name | Description |
|---|---|
| SphereUpdatePolicy(String) |
Initializes a new instance of SphereUpdatePolicy. |
Properties
| Name | Description |
|---|---|
| No3RdPartyAppUpdates |
No update for 3rd party app policy. |
| UpdateAll |
Update all policy. |
Methods
| Name | Description |
|---|---|
| Equals(SphereUpdatePolicy) |
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(SphereUpdatePolicy, SphereUpdatePolicy) |
Determines if two SphereUpdatePolicy values are the same. |
| Implicit(String to SphereUpdatePolicy) |
Converts a String to a SphereUpdatePolicy. |
| Inequality(SphereUpdatePolicy, SphereUpdatePolicy) |
Determines if two SphereUpdatePolicy values are not the same. |