Uses of Class
com.azure.resourcemanager.astro.models.OrganizationResourceUpdateProperties
Packages that use OrganizationResourceUpdateProperties
Package
Description
Package containing the data models for AstroMgmtClient.
-
Uses of OrganizationResourceUpdateProperties in com.azure.resourcemanager.astro.models
Methods in com.azure.resourcemanager.astro.models that return OrganizationResourceUpdatePropertiesModifier and TypeMethodDescriptionOrganizationResourceUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrganizationResourceUpdateProperties from the JsonReader.OrganizationResourceUpdate.properties()Get the properties property: The resource-specific properties for this resource.OrganizationResourceUpdateProperties.withMarketplace(LiftrBaseMarketplaceDetailsUpdate marketplace) Set the marketplace property: Marketplace details of the resource.OrganizationResourceUpdateProperties.withPartnerOrganizationProperties(LiftrBaseDataPartnerOrganizationPropertiesUpdate partnerOrganizationProperties) Set the partnerOrganizationProperties property: Organization properties.OrganizationResourceUpdateProperties.withUser(LiftrBaseUserDetailsUpdate user) Set the user property: Details of the user.Methods in com.azure.resourcemanager.astro.models with parameters of type OrganizationResourceUpdatePropertiesModifier and TypeMethodDescriptionOrganizationResource.UpdateStages.WithProperties.withProperties(OrganizationResourceUpdateProperties properties) Specifies the properties property: The resource-specific properties for this resource..OrganizationResourceUpdate.withProperties(OrganizationResourceUpdateProperties properties) Set the properties property: The resource-specific properties for this resource.