CreateResult represents the results of a call to ResourceProvider.create.

interface CreateResult {
    id: string;
    outs?: any;
}

Properties

Properties

id: string

The ID of the created resource.

outs?: any

Any properties that were computed during creation.

Generated using TypeDoc