MigrationNameAvailability interface
Availability of a migration name.
Properties
| message | Migration name availability message. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the migration to check for validity and availability. |
| name |
Indicates if the migration name is available. NOTE: This property will not be serialized. It can only be populated by the server. |
| reason | Migration name availability reason. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Type of resource. |
Property Details
message
Migration name availability message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
name
Name of the migration to check for validity and availability.
name: string
Property Value
string
nameAvailable
Indicates if the migration name is available. NOTE: This property will not be serialized. It can only be populated by the server.
nameAvailable?: boolean
Property Value
boolean
reason
Migration name availability reason. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
type
Type of resource.
type: string
Property Value
string