Uses of Class
com.azure.resourcemanager.astro.models.LiftrBaseDataPartnerOrganizationPropertiesUpdate
Packages that use LiftrBaseDataPartnerOrganizationPropertiesUpdate
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of LiftrBaseDataPartnerOrganizationPropertiesUpdate in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return LiftrBaseDataPartnerOrganizationPropertiesUpdateModifier and TypeMethodDescriptionLiftrBaseDataPartnerOrganizationPropertiesUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LiftrBaseDataPartnerOrganizationPropertiesUpdate from the JsonReader.OrganizationResourceUpdateProperties.partnerOrganizationProperties()Get the partnerOrganizationProperties property: Organization properties.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withOrganizationId(String organizationId) Set the organizationId property: Organization Id in partner's system.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withOrganizationName(String organizationName) Set the organizationName property: Organization name in partner's system.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withSingleSignOnProperties(LiftrBaseSingleSignOnProperties singleSignOnProperties) Set the singleSignOnProperties property: Single Sign On properties for the organization.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withWorkspaceId(String workspaceId) Set the workspaceId property: Workspace Id in partner's system.LiftrBaseDataPartnerOrganizationPropertiesUpdate.withWorkspaceName(String workspaceName) Set the workspaceName property: Workspace name in partner's system.Methods in com.azure.resourcemanager.astro.models with parameters of type LiftrBaseDataPartnerOrganizationPropertiesUpdateModifier and TypeMethodDescriptionOrganizationResourceUpdateProperties.withPartnerOrganizationProperties(LiftrBaseDataPartnerOrganizationPropertiesUpdate partnerOrganizationProperties) Set the partnerOrganizationProperties property: Organization properties.