Class NetworkCreateResponse
The response from a NetworkCreateAsync(DockerNetwork, CancellationToken) command.
Inherited Members
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class NetworkCreateResponse : DockerResponse
Properties
Id
Returns the ID for the created network.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
Type | Description |
---|---|
dynamic |