DataTransferServiceResourceProperties interface

Properties for DataTransferServiceResource.

Extends

Properties

locations

An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server.

serviceType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

creationTime

Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

instanceCount

Instance count for the service.

instanceSize

Instance type for the service.

status

Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

locations

An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server.

locations?: DataTransferRegionalServiceResource[]

Property Value

serviceType

Polymorphic discriminator, which specifies the different types this object can be

serviceType: "DataTransfer"

Property Value

"DataTransfer"

Inherited Property Details

creationTime

Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

creationTime?: Date

Property Value

Date

Inherited From ServiceResourceProperties.creationTime

instanceCount

Instance count for the service.

instanceCount?: number

Property Value

number

Inherited From ServiceResourceProperties.instanceCount

instanceSize

Instance type for the service.

instanceSize?: string

Property Value

string

Inherited From ServiceResourceProperties.instanceSize

status

Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

Inherited From ServiceResourceProperties.status