OrganizationPropertiesCustomUpdate Class
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.
Patchable Properties of the Informatica Organization resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OrganizationPropertiesCustomUpdateTypeConverter))]
public class OrganizationPropertiesCustomUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IOrganizationPropertiesCustomUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OrganizationPropertiesCustomUpdateTypeConverter))>]
type OrganizationPropertiesCustomUpdate = class
interface IOrganizationPropertiesCustomUpdate
interface IJsonSerializable
Public Class OrganizationPropertiesCustomUpdate
Implements IOrganizationPropertiesCustomUpdate
- Inheritance
-
OrganizationPropertiesCustomUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OrganizationPropertiesCustomUpdate() |
Creates an new OrganizationPropertiesCustomUpdate instance. |
Properties
| Name | Description |
|---|---|
| CompanyDetailBusiness |
Business phone number |
| CompanyDetailCompanyName |
company Name |
| CompanyDetailCountry |
Country name |
| CompanyDetailDomain |
Domain name |
| CompanyDetailNumberOfEmployee |
Number Of Employees |
| CompanyDetailOfficeAddress |
Office Address |
| ExistingResourceId |
Existing Resource Id |
| InformaticaOrganizationProperty |
Informatica Organization properties |
| MarketplaceDetailMarketplaceSubscriptionId |
Marketplace Subscription Id |
| OfferDetailOfferId |
Id of the product offering. |
| OfferDetailPlanId |
Id of the product offer plan. |
| OfferDetailPlanName |
Name of the product offer plan. |
| OfferDetailPublisherId |
Id of the product publisher. |
| OfferDetailTermId |
Offer plan term id. |
| OfferDetailTermUnit |
Offer plan term unit. |
| UserDetailEmailAddress |
User email address. |
| UserDetailFirstName |
User first name. |
| UserDetailLastName |
User last name. |
| UserDetailPhoneNumber |
Phone number of the user used by for contacting them if needed |
| UserDetailUpn |
UPN of user |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrganizationPropertiesCustomUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrganizationPropertiesCustomUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IOrganizationPropertiesCustomUpdate. |
| FromJsonString(String) |
Creates a new instance of OrganizationPropertiesCustomUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrganizationPropertiesCustomUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |