Skip to main content

Interface: IUpdateNamespaceRequest

cloudservice.v1.IUpdateNamespaceRequest

Properties of an UpdateNamespaceRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation. Optional, if not provided a random id will be generated.

Inherited from

$Properties.asyncOperationId


namespace

Optional namespace: null | string

The namespace to update.

Inherited from

$Properties.namespace


resourceVersion

Optional resourceVersion: null | string

The version of the namespace for which this update is intended for. The latest version can be found in the namespace status.

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The new namespace specification.

Inherited from

$Properties.spec