Share via


SphereUpdatePolicy Struct

Definition

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