Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationResults

Package version

interface

An interface representing OperationResults. The results of an asynchronous operation.

Hierarchy

  • OperationResults

Index

Properties

Optional id

id: undefined | string
member

{string} [id] The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name of the management group. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] Provisioning State. Possible values include: 'Updating'

Optional type

type: undefined | string
member

{string} [type] The type of the resource. For example, /providers/Microsoft.Management/managementGroups NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc