Share via


ActionsRequiredForPrivateLinkServiceConsumer Struct

Definition

A message indicating if changes on the service provider require any updates on the consumer.

public readonly struct ActionsRequiredForPrivateLinkServiceConsumer : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ActionsRequiredForPrivateLinkServiceConsumer>
type ActionsRequiredForPrivateLinkServiceConsumer = struct
Public Structure ActionsRequiredForPrivateLinkServiceConsumer
Implements IEquatable(Of ActionsRequiredForPrivateLinkServiceConsumer)
Inheritance
ActionsRequiredForPrivateLinkServiceConsumer
Implements

Constructors

ActionsRequiredForPrivateLinkServiceConsumer(String)

Initializes a new instance of ActionsRequiredForPrivateLinkServiceConsumer.

Properties

None

None.

Recreate

Recreate.

Methods

Equals(ActionsRequiredForPrivateLinkServiceConsumer)

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(ActionsRequiredForPrivateLinkServiceConsumer, ActionsRequiredForPrivateLinkServiceConsumer)

Determines if two ActionsRequiredForPrivateLinkServiceConsumer values are the same.

Implicit(String to ActionsRequiredForPrivateLinkServiceConsumer)

Converts a string to a ActionsRequiredForPrivateLinkServiceConsumer.

Inequality(ActionsRequiredForPrivateLinkServiceConsumer, ActionsRequiredForPrivateLinkServiceConsumer)

Determines if two ActionsRequiredForPrivateLinkServiceConsumer values are not the same.

Applies to