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
SphereUpdatePolicy(String) |
Initializes a new instance of SphereUpdatePolicy. |
Properties
No3RdPartyAppUpdates |
No update for 3rd party app policy. |
UpdateAll |
Update all policy. |
Methods
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
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. |
Applies to
Azure SDK for .NET