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

Name Description
PrivateStoreOperation(String)

Initializes a new instance of PrivateStoreOperation.

Properties

Name Description
DeletePrivateStoreCollection

Gets the DeletePrivateStoreCollection.

DeletePrivateStoreCollectionOffer

Gets the DeletePrivateStoreCollectionOffer.

DeletePrivateStoreOffer

Gets the DeletePrivateStoreOffer.

Ping

Gets the Ping.

Methods

Name Description
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

Name Description
Equality(PrivateStoreOperation, PrivateStoreOperation)

Determines if two PrivateStoreOperation values are the same.

Implicit(String to Nullable<PrivateStoreOperation>)
Implicit(String to PrivateStoreOperation)

Converts a string to a PrivateStoreOperation.

Inequality(PrivateStoreOperation, PrivateStoreOperation)

Determines if two PrivateStoreOperation values are not the same.

Applies to