ContainerUpdateOperation Class

Definition

The ContainerUpdateOperation class is used to update the memberships for a specific container. Each update can be comprised of several operations.

public ref class ContainerUpdateOperation
public class ContainerUpdateOperation
type ContainerUpdateOperation = class
Public Class ContainerUpdateOperation
Inheritance
ContainerUpdateOperation

Remarks

All operations to be performed for a particular container can be specified using this class. Operations include adding or removing URIs, domains and network type flags. The server can reject the service request in case conflicting operations are set such as adding and removing the same URI in the same container update operation. If the service request is successful, and the endpoint has subscribed for notifications, the summary of memberships set on a particular container is returned as a ContainerMembership object.

Constructors

ContainerUpdateOperation(Int32)

Creates a new instance of the ContainerUpdateOperation class.

Properties

ContainerId

Gets the container ID.

Methods

AddDomain(String)

Add a domain name to a container.

AddSourceNetwork(SourceNetwork)

Add source network flags to be set on a container.

AddUri(String)

Adds a URI to a container.

DeleteDomain(String)

Removes a domain name from a container.

DeleteSourceNetwork(SourceNetwork)

Removes a source network flag from a container.

DeleteUri(String)

Removes a URI from a container.

Applies to