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