ICompanyDetailsUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CompanyDetailsUpdateTypeConverter))]
public interface ICompanyDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CompanyDetailsUpdateTypeConverter))>]
type ICompanyDetailsUpdate = interface
interface IJsonSerializable
Public Interface ICompanyDetailsUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Business |
Business phone number |
| CompanyName |
company Name |
| Country |
Country name |
| Domain |
Domain name |
| NumberOfEmployee |
Number Of Employees |
| OfficeAddress |
Office Address |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |