PrivateStoreOperation Struct

Definition

Set the Operation for the POST method. Ping or Delete.

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

Constructors

PrivateStoreOperation(String)

Initializes a new instance of PrivateStoreOperation.

Properties

DeletePrivateStoreCollection

DeletePrivateStoreCollection.

DeletePrivateStoreCollectionOffer

DeletePrivateStoreCollectionOffer.

DeletePrivateStoreOffer

DeletePrivateStoreOffer.

Ping

Ping.

Methods

Equals(PrivateStoreOperation)

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

Determines if two PrivateStoreOperation values are the same.

Implicit(String to PrivateStoreOperation)

Converts a string to a PrivateStoreOperation.

Inequality(PrivateStoreOperation, PrivateStoreOperation)

Determines if two PrivateStoreOperation values are not the same.

Applies to