Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountResourceRequest

Package version

interface

An interface representing AccountResourceRequest. The body of a PUT request to modify a Visual Studio account resource.

Hierarchy

  • AccountResourceRequest

Index

Properties

Optional accountName

accountName: undefined | string
member

{string} [accountName] The account name.

Optional location

location: undefined | string
member

{string} [location] The Azure instance location.

Optional operationType

operationType: any
member

{any} [operationType] The type of the operation.

Optional properties

properties: undefined | object
member

{{ [propertyName: string]: string }} [properties] The custom properties of the resource.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] The custom tags of the resource.

Generated using TypeDoc