ContainerUpdateOperation.DeleteDomain(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a domain name from a container.
public:
void DeleteDomain(System::String ^ domain);
public void DeleteDomain (string domain);
member this.DeleteDomain : string -> unit
Public Sub DeleteDomain (domain As String)
Parameters
- domain
- String
The domain to be removed.