ContainerUpdateOperation Members
Include Protected Members
Include Inherited Members
The ContainerUpdateOperation class is used to update the memberships for a specific container. Each update can be comprised of several operations.
The ContainerUpdateOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContainerUpdateOperation | Creates a new instance of the ContainerUpdateOperation class. |
Top
Properties
Name | Description | |
---|---|---|
ContainerId | Gets the container ID. |
Top
Methods
Name | Description | |
---|---|---|
AddDomain | Add a domain name to a container. | |
AddSourceNetwork | Add source network flags to be set on a container. | |
AddUri | Adds a URI to a container. | |
DeleteDomain | Removes a domain name from a container. | |
DeleteSourceNetwork | Removes a source network flag from a container. | |
DeleteUri | Removes a URI from a container. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top